Crazy Eddie's GUI System 0.8.7
Loading...
Searching...
No Matches
CEGUI::GUIContextEventArgs Class Reference

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

#include <GUIContext.h>

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

Public Member Functions

 GUIContextEventArgs (GUIContext *context)
 
- Public Member Functions inherited from CEGUI::EventArgs
- Public Member Functions inherited from CEGUI::AllocatedObject< EventArgs >

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.