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 b8e4ebd1b..cbcc9cc99 100644
--- a/src/inputevent.h
+++ b/src/inputevent.h
@@ -34,6 +34,9 @@ typedef KeyToActionMap::iterator KeyToActionMapIter;
typedef std::map<int, int> KeyToIdMap;
typedef KeyToIdMap::iterator KeyToIdMapIter;
+typedef std::map<int, int> KeyTimeMap;
+typedef KeyTimeMap::iterator KeyTimeMapIter;
+
struct InputEvent
{
InputEvent(int action0, int mask0);