Event

Event
Scaleform::GFx::Event
Declaration
class Event : public NewOverrideBase<Stat_Default_Mem>;
Description

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 Members
Data Member 
Description 
Type 
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. 
Enumerations
Enumeration 
Description 
List of event types. 
Methods
Method 
Description 
Initializes Event. 
File

GFx_Event.h