![]() |
ManaPlus
|
#include "enums/input/inputaction.h"#include "utils/vector.h"#include <map>#include <string>#include "localconsts.h"Go to the source code of this file.
Data Structures | |
| struct | InputEvent |
Typedefs | |
| typedef std::vector< InputActionT > | KeysVector |
| typedef KeysVector::iterator | KeysVectorIter |
| typedef KeysVector::const_iterator | KeysVectorCIter |
| typedef std::map< int, KeysVector > | KeyToActionMap |
| typedef KeyToActionMap::iterator | KeyToActionMapIter |
| typedef std::map< int, InputActionT > | KeyToIdMap |
| typedef KeyToIdMap::iterator | KeyToIdMapIter |
| typedef std::map< int, int > | KeyTimeMap |
| typedef KeyTimeMap::iterator | KeyTimeMapIter |
| typedef std::vector<InputActionT> KeysVector |
Definition at line 36 of file inputevent.h.
| typedef KeysVector::const_iterator KeysVectorCIter |
Definition at line 38 of file inputevent.h.
| typedef KeysVector::iterator KeysVectorIter |
Definition at line 37 of file inputevent.h.
| typedef std::map<int, int> KeyTimeMap |
Definition at line 46 of file inputevent.h.
| typedef KeyTimeMap::iterator KeyTimeMapIter |
Definition at line 47 of file inputevent.h.
| typedef std::map<int, KeysVector> KeyToActionMap |
Definition at line 40 of file inputevent.h.
| typedef KeyToActionMap::iterator KeyToActionMapIter |
Definition at line 41 of file inputevent.h.
| typedef std::map<int, InputActionT> KeyToIdMap |
Definition at line 43 of file inputevent.h.
| typedef KeyToIdMap::iterator KeyToIdMapIter |
Definition at line 44 of file inputevent.h.