5 #ifndef __RD_WINDOW_EVENT__
6 #define __RD_WINDOW_EVENT__
44 #endif //-- __RD_WINDOW_EVENT__
int event_id
Stores an identifier for the window event.
Definition: WindowEvent.hpp:39
The main, catch-all namespace for Robot Devastation.
Definition: groups.dox:4
static const int WINDOW_CLOSE
Constant representing a close window action.
Definition: WindowEvent.hpp:33
int getEvent() const
Get the identifier for this window event.
Definition: WindowEvent.cpp:11
Class that represents a window event.
Definition: WindowEvent.hpp:19
static const int WINDOW_UNKNOWN
Constant representing an unimplemented or unrecognized window action.
Definition: WindowEvent.hpp:31