summaryrefslogtreecommitdiff
path: root/src/inputevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputevent.h')
-rw-r--r--src/inputevent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inputevent.h b/src/inputevent.h
index b03c59669..b8e4ebd1b 100644
--- a/src/inputevent.h
+++ b/src/inputevent.h
@@ -31,6 +31,9 @@ typedef KeysVector::const_iterator KeysVectorCIter;
typedef std::map<int, KeysVector> KeyToActionMap;
typedef KeyToActionMap::iterator KeyToActionMapIter;
+typedef std::map<int, int> KeyToIdMap;
+typedef KeyToIdMap::iterator KeyToIdMapIter;
+
struct InputEvent
{
InputEvent(int action0, int mask0);