Scaleform::GFx::MultitouchInterface::MultitouchInputMode

Scaleform::GFx::MultitouchInterface::MultitouchInputMode
enum MultitouchInputMode {
  MTI_None = 0,
  MTI_TouchPoint = 0x1,
  MTI_Gesture = 0x2,
  MTI_Mixed = (MTI_TouchPoint | MTI_Gesture)
};
Description

The type of touch event listed for user interaction with a touch-enabled device. // the type of touch input handled.

Members
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. 
File

GFx_Player.h