Scaleform::GFx::Event Scaleform::GFx::CharEvent
class CharEvent : public Event;
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 Member |
Description |
Wide character code (Unicode). | |
The index of the physical keyboard controller. |
Method |
Description |
CharEvent constructor. |
GFx_Event.h