Scaleform::GFx::Event Scaleform::GFx::KeyEvent
class KeyEvent : public Event;
KeyEvent describes a keyboard event for a movie clip, it can be passed to Movie::HandleEvent. See Event description for more details.
Data Member |
Description |
ASCII code. 0, if unavailable. This parameter is deprecated now and left for compatibility only. | |
Key, and whether it was pressed up or down. | |
Unicode for typed character, 0 if unavailable. Deprecated now and left for compatibility only. | |
The index of the physical keyboard controller. |
Method |
Description |
Initializes the KeyEvent. |
GFx_Event.h