KeyEvent

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

KeyEvent describes a keyboard event for a movie clip, it can be passed to Movie::HandleEvent. See Event description for more details.

Data Members
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. 
Methods
Method 
Description 
Initializes the KeyEvent. 
File

GFx_Event.h