|
supertux
|
Public Member Functions | |
| InputManager (KeyboardConfig &keyboard_config, JoystickConfig &joystick_config) | |
| void | process_event (const SDL_Event &event) |
| void | update () |
| void | reset () |
| void | use_game_controller (bool v) |
| bool | use_game_controller () const |
| const Controller & | get_controller () const |
| Controller & | get_controller () |
Public Attributes | |
| bool & | m_use_game_controller |
| std::unique_ptr< KeyboardManager > | keyboard_manager |
| std::unique_ptr< JoystickManager > | joystick_manager |
| std::unique_ptr< GameControllerManager > | game_controller_manager |
Friends | |
| class | KeyboardMenu |
| class | JoystickMenu |
Additional Inherited Members | |
Static Public Member Functions inherited from Currenton< InputManager > | |
| static InputManager * | current () |
1.8.12