From aab80ddc8f56d6a383182ce5c241e9d94ca27bab Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 May 2012 21:16:31 +0300 Subject: Add ability to auto repeat some keys presses. --- src/inputevent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/inputevent.h') 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 KeyToIdMap; typedef KeyToIdMap::iterator KeyToIdMapIter; +typedef std::map KeyTimeMap; +typedef KeyTimeMap::iterator KeyTimeMapIter; + struct InputEvent { InputEvent(int action0, int mask0); -- cgit v1.2.3-60-g2f50