stk-code_catmod/src/input
2014-11-03 21:36:54 +11:00
..
binding.cpp Bugfix: the number '4' would not be displayed correctly if used 2014-10-27 16:55:49 +11:00
binding.hpp Moved KeyboardConfig and GamepadConfig from DeviceConfig to their 2014-10-27 13:26:52 +11:00
device_config.cpp Support for gamepad-specific button/axis names. Added name for xbox 2014-11-02 23:13:49 +11:00
device_config.hpp Support for gamepad-specific button/axis names. Added name for xbox 2014-11-02 23:13:49 +11:00
device_manager.cpp Used better variable name. 2014-11-03 21:36:54 +11:00
device_manager.hpp More refactoring. Created factory for DeviceConfigs. 2014-10-29 08:22:25 +11:00
gamepad_config.cpp Removed duplicated A/B handling for xbox/classic xbox; use "thumb button" 2014-11-03 13:51:54 +11:00
gamepad_config.hpp Try to improve xbox classic controller support. 2014-11-03 13:18:45 +11:00
gamepad_device.cpp Support for gamepad-specific button/axis names. Added name for xbox 2014-11-02 23:13:49 +11:00
gamepad_device.hpp Removed number of axes and buttons from GamepadDevice, and use the 2014-10-31 08:16:15 +11:00
input_device.cpp Removed unnecessary parameter for gamepads in processAndMapInput, 2014-10-28 09:00:22 +11:00
input_device.hpp Removed unnecessary #include. 2014-10-29 16:41:04 +11:00
input_manager.cpp iFix #960: impossible to configure xbox controller. The xbox controller 2014-11-01 11:58:04 +11:00
input_manager.hpp Split GamepadDevice and KeyboarDevice from input_device into their 2014-10-25 23:09:00 +11:00
input.hpp Removed unused constants. 2014-10-31 21:06:26 +11:00
keyboard_config.cpp Completely removed device type, instead use isGamePad() and 2014-10-30 17:43:50 +11:00
keyboard_config.hpp Added 'isAnalog' functionality to avoid that gamepads on full left/right 2014-10-31 15:18:26 +11:00
keyboard_device.cpp Made processAndMapInput a pure virtual function of InputDevice, which 2014-10-28 17:04:00 +11:00
keyboard_device.hpp Made processAndMapInput a pure virtual function of InputDevice, which 2014-10-28 17:04:00 +11:00
wiimote_manager.cpp Split GamepadDevice and KeyboarDevice from input_device into their 2014-10-25 23:09:00 +11:00
wiimote_manager.hpp Removed more compiler warnings for 64 bit windows compilation. 2014-09-23 16:23:22 +10:00
wiimote.cpp Split GamepadDevice and KeyboarDevice from input_device into their 2014-10-25 23:09:00 +11:00
wiimote.hpp Merged with trunk, part 1 (due to previous failures I am splitting this 2013-12-02 04:27:55 +00:00