enum GestureMask { MTG_None = 0, MTG_Pan = 0x1, MTG_Zoom = 0x2, MTG_Rotate = 0x4, MTG_Swipe = 0x8 };
An enumeration of supported gestures.
Members |
Description |
MTG_None = 0 |
None of the gestures are supported. |
MTG_Pan = 0x1 |
Indicates a pan gesture. |
MTG_Zoom = 0x2 |
Indicates a zoom gesture. |
MTG_Rotate = 0x4 |
Indicates a rotate gesture. |
MTG_Swipe = 0x8 |
Indicates a swipe gesture. |
GFx_Player.h