diff options
Diffstat (limited to 'common/events.h')
-rw-r--r-- | common/events.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/events.h b/common/events.h index 2cc81ada23..1a20ee4e9e 100644 --- a/common/events.h +++ b/common/events.h @@ -136,6 +136,12 @@ public: RBUTTON = 1 << 1 }; + + /** + * Initialise the event manager. + * @note called after graphics system has been set up + */ + virtual void init() {} /** * Get the next event in the event queue. * @param event point to an Event struct, which will be filled with the event data. |