Scaleform::GFx::Event
class Event : public NewOverrideBase<Stat_Default_Mem>;
Event is a base class for input event notification. Objects of this type can be passed to Movie::HandleEvent to inform the movie of various input actions. Events that have specific subclasses, such as MouseEvent, must use those subclasses and NOT the base Event class.
Data Member |
Description |
Describes the type of event that took place. | |
The type/state of key modifiers. | |
Size of class, used in debug build to verify that appropriate classes are used for messages. |
Enumeration |
Description |
List of event types. |
Method |
Description |
Initializes Event. |
GFx_Event.h