TouchEvent

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

TouchEvent describes a touch event for a movie clip.

Data Members
Data Member 
Description 
The height of the contact area, in pixels. 
A value between 0 and 1 indicating force of contact with the device. 
Boolean flag to indicate whether the first point of contact is mapped to mouse events. 
A timestamp of event, in milliseconds. 
The Id of the touch point. 
The width of the contact area, in pixels. 
x 
Touch point x coordinate in relation to movie viewport at the time of touch event. 
y 
Touch point y coordinate in relation to movie viewport at the time of touch event. 
Methods
Method 
Description 
The touch event constructor. 
File

GFx_Event.h