Scaleform::GFx::Event Scaleform::GFx::SetFocusEvent
class SetFocusEvent : public Event;
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 Member |
Description |
State of modifier keys. See KeyModifiers. |
Method |
Description |
SetFocusEvent constructor. |
GFx_Event.h