Crazy Eddie's GUI System  0.8.3
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
CEGUI::GUIContextEventArgs Class Reference

EventArgs class passed to subscribers for (most) GUIContext events. More...

+ Inheritance diagram for CEGUI::GUIContextEventArgs:
+ Collaboration diagram for CEGUI::GUIContextEventArgs:

Public Member Functions

 GUIContextEventArgs (GUIContext *context)
 

Public Attributes

GUIContextcontext
 pointer to the GUIContext that triggered the event.
 
- Public Attributes inherited from CEGUI::EventArgs
uint handled
 handlers should increment this if they handled the event.
 

Detailed Description

EventArgs class passed to subscribers for (most) GUIContext events.