enum MultitouchInputMode { MTI_None = 0, MTI_TouchPoint = 0x1, MTI_Gesture = 0x2, MTI_Mixed = (MTI_TouchPoint | MTI_Gesture) };
The type of touch event listed for user interaction with a touch-enabled device. // the type of touch input handled.
Members |
Description |
MTI_None = 0 |
No special handling provided for the touch event. |
MTI_TouchPoint = 0x1 |
Interpreted as a basic touch event, such as a single finger tap. |
MTI_Gesture = 0x2 |
Interpreted as a gesture event. |
GFx_Player.h