enum GestureMaskBits { GestureBit_Unknown = 0, GestureBit_Pan = 0x01, GestureBit_Zoom = 0x02, GestureBit_Rotate = 0x04, GestureBit_Swipe = 0x08, GestureBit_PressAndTap = 0x10, GestureBit_TwoFingerTap = 0x20, GestureBit_Last = GestureBit_TwoFingerTap, GestureBit_All = 0xFF };
Mask bits for the type of multi-touch event that is performed such as pan, rotate, swipe, zoom, tap etc.
Members |
Description |
GestureBit_Unknown = 0 |
An unknown gesture. |
GestureBit_Pan = 0x01 |
Pan gesture. |
GestureBit_Zoom = 0x02 |
Zoom gesture. |
GestureBit_Rotate = 0x04 |
Rotate gesture. |
GestureBit_Swipe = 0x08 |
Swipe gesture. |
GestureBit_PressAndTap = 0x10 |
Press and tap gesture. |
GestureBit_TwoFingerTap = 0x20 |
Gesture defined by tapping with two fingers. |
GestureBit_All = 0xFF |
All gesture. |
GFx_Event.h