SetFocusEvent

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

SetFocusEvent describes an event which is invoked when a movie's window gets focus. It is similar to the Event created with Event::EventType::SetFocus id as a parameter, but the SetFocusEvent also allows maintaining correct state of modifier keys (such as Caps Lock, Num Lock, and Scroll Lock). Hence, it is most usable when the application window loses or gains the focus.

Data Members
Data Member 
Description 
State of modifier keys. See KeyModifiers
Methods
Method 
Description 
SetFocusEvent constructor. 
File

GFx_Event.h