Crazy Eddies GUI System  0.7.2
Public Member Functions | Public Attributes | List of all members
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.