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

WindowEventArgs class that is primarily used by lua scripts. More...

+ Inheritance diagram for CEGUI::UpdateEventArgs:
+ Collaboration diagram for CEGUI::UpdateEventArgs:

Public Member Functions

 UpdateEventArgs (Window *window, float tslf)
 
- Public Member Functions inherited from CEGUI::WindowEventArgs
 WindowEventArgs (Window *wnd)
 

Public Attributes

float d_timeSinceLastFrame
 Time since the last frame update.
 
- Public Attributes inherited from CEGUI::WindowEventArgs
Windowwindow
 pointer to a Window object of relevance to the event.
 
- Public Attributes inherited from CEGUI::EventArgs
uint handled
 handlers should increment this if they handled the event.
 

Detailed Description

WindowEventArgs class that is primarily used by lua scripts.