aboutsummaryrefslogtreecommitdiff
path: root/common/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/events.h')
-rw-r--r--common/events.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/events.h b/common/events.h
index 2ca705c70c..ed00260f9a 100644
--- a/common/events.h
+++ b/common/events.h
@@ -396,6 +396,14 @@ public:
virtual Common::Keymapper *getKeymapper() = 0;
#endif
+ enum {
+ /**
+ * Priority of the event manager, for now it's lowest since it eats
+ * *all* events, we might to change that in the future though.
+ */
+ kEventManPriority = 0
+ };
+
/**
* Returns the underlying EventDispatcher.
*/