From bb258f09a0b50f6382be2ff36637191a8b103c3f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Apr 2012 21:05:01 +0300 Subject: Move some more code from keyboardconfig to inputmanager. --- src/inputevent.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/inputevent.h') diff --git a/src/inputevent.h b/src/inputevent.h index 7b73bba11..b03c59669 100644 --- a/src/inputevent.h +++ b/src/inputevent.h @@ -21,6 +21,16 @@ #ifndef INPUTEVENT_H #define INPUTEVENT_H +#include +#include + +typedef std::vector KeysVector; +typedef KeysVector::iterator KeysVectorIter; +typedef KeysVector::const_iterator KeysVectorCIter; + +typedef std::map KeyToActionMap; +typedef KeyToActionMap::iterator KeyToActionMapIter; + struct InputEvent { InputEvent(int action0, int mask0); -- cgit v1.2.3-60-g2f50