CharEvent

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

The CharEvent should be used in order to provide Scaleform with codes of character being typed. The analog of this event in Windows is WM_CHAR. All text fields receives character codes through this event. Use Movie::HandleEvent method to pass this event to Scaleform.

Data Members
Data Member 
Description 
Wide character code (Unicode). 
The index of the physical keyboard controller. 
Methods
Method 
Description 
CharEvent constructor. 
File

GFx_Event.h