enum EventType { Unknown, MouseMove, MouseDown, MouseUp, MouseWheel, KeyDown, KeyUp, SceneResize, SetFocus, KillFocus, TouchBegin, TouchEnd, TouchMove, TouchTap, GestureBegin, Gesture, GestureEnd, GestureSimple, GamePadAnalog, OrientationChanged, AppLifecycle, DoShowMouse, DoHideMouse, DoSetMouseCursor, EnableClipping, DisableClipping, Accelerometer, Geolocation, Status, Char, IME };
List of event types.
Members |
Description |
Unknown |
No event took place. |
MouseMove |
Informs the movie about mouse cursor movement. |
MouseDown |
Informs the movie about mouse button being pressed. |
MouseUp |
Informs the movie about mouse button being released. |
MouseWheel |
Informs the movie about mouse wheel being scrolled. |
KeyDown |
Informs the movie about keyboard key being pressed. |
KeyUp |
Informs the movie about keyboard key being released. |
SceneResize |
Informs the movie about its stage area being resized. |
SetFocus |
Informs the movie about keyboard focus gain. |
KillFocus |
Informs the movie about keyboard focus loss. |
TouchBegin |
Informs the movie when a touch is initiated. |
TouchEnd |
Informs the movie when a touch ends. |
TouchMove |
Informs the movie about touch movement across the screen. |
TouchTap |
Informs the movie about a touch point tap (such as a single finger tap). |
GestureBegin |
Informs the movie about the beginning of a multi-touch gesture. |
Gesture |
Informs the movie about multi-touch gesture such as rotating, expanding the screen etc. |
GestureEnd |
Informs the movie about the end of the multi-touch gesture. |
OrientationChanged |
Informs the movie when the orientation of a mobile device changes. |
DoShowMouse |
Requests the user application to show the mouse cursor. |
DoHideMouse |
Requests the the user application to hide the mouse cursor. |
DoSetMouseCursor |
Requests the the user application to set mouse cursor to a certain type. |
Char |
Informs the movie about the character key being typed. |
IME |
Informs the movie about the IME events. |
GFx_Event.h