diff options
Diffstat (limited to 'common/events.h')
-rw-r--r-- | common/events.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/events.h b/common/events.h index ba31610e92..2cc81ada23 100644 --- a/common/events.h +++ b/common/events.h @@ -119,6 +119,7 @@ struct Event { Common::Point mouse; }; +class Keymapper; /** * The EventManager provides user input events to the client code. @@ -178,6 +179,8 @@ public: // TODO: Consider removing OSystem::getScreenChangeID and // replacing it by a generic getScreenChangeID method here + + virtual Common::Keymapper *getKeymapper() = 0; }; } // End of namespace Common |