#include <xrb_event.hpp>
Public Types | |
typedef Uint16 | CustomType |
Public Member Functions | |
EventCustom (CustomType custom_type, Float time) | |
Constructs an EventCustom. | |
virtual | ~EventCustom ()=0 |
Pure virtual destructor. | |
CustomType | GetCustomType () const |
For events not forseen by XuqRijBuh, EventCustom provides a baseclass from which custom events can be derived. Widget provides a special overridable function for handling custom events.
Definition at line 198 of file xrb_event.hpp.