This is an class for the handling of internal input data. More...
Public Types | |
typedef ControllerContainer::const_iterator | ConstControllerIterator |
typedef std::vector< ControllerPair > | ControllerContainer |
typedef ControllerContainer::iterator | ControllerIterator |
typedef std::pair< Input::Controller *, SDL_Joystick * > | ControllerPair |
Public Member Functions | |
InputManagerInternalData () | |
Class constructor. | |
~InputManagerInternalData () | |
Class destructor. | |
Public Attributes | |
ControllerContainer | Controllers |
This is an class for the handling of internal input data.
Definition at line 65 of file inputmanager.cpp.