GestureEvent::GestureEvent

GestureEvent::GestureEvent
GestureEvent();
GestureEvent(EventType evtType);
GestureEvent(EventType evtType, UInt32 gestureMask, float _x, float _y, float offX = 0, float offY = 0, float scaleX = 1.0f, float scaleY = 1.0f, float rotation = 0);
Description

GestureEvent constructor.

Parameters
Parameters 
Description 
EventType evtType 
The type of the gesture event that occurred. 
UInt32 gestureMask 
A bit mask to indicate the gesture event. 
float _x 
The horizontal coordinate in relation to movie viewport at the time of gesture event. 
float _y 
The vertical coordinate in relation to movie viewport at the time of gesture event. 
float offX = 0 
The horizontal distance. 
float offY = 0 
The vertical distance. 
float scaleX = 1.0f 
The horizontal scale. 
float scaleY = 1.0f 
The vertical scale. 
float rotation = 0 
The rotation angle in degrees.