Crazy Eddies GUI System
0.7.2
|
WindowEventArgs class that is primarily used by lua scripts. More...
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 | |
Window * | window |
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. | |
WindowEventArgs class that is primarily used by lua scripts.