GestureEvent

GestureEvent
Scaleform::GFx::Event
    Scaleform::GFx::GestureEvent
Declaration
class GestureEvent : public Event;
Description

GestureEvent describes a multi-touch gesture for a movie clip.

Data Members
Data Member 
Description 
A bit-mask for gestures. 
Horizontal translation of the display object since the previous gesture event. 
Vertical translation of the display object since the previous gesture event. 
The rotation angle. 
Horizontal scale of the display object since the previous gesture event. 
Vertical scale of the display object since the previous gesture event. 
x 
The x coordinate in relation to movie viewport at the time of gesture event. 
y 
The y coordinate in relation to movie viewport at the time of gesture event. 
Enumerations
Enumeration 
Description 
Mask bits for the type of multi-touch event that is performed such as pan, rotate, swipe, zoom, tap etc. 
Methods
Method 
Description 
GestureEvent constructor. 
File

GFx_Event.h