GestureEvent constructor.
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. |