xboxdrv/src
2010-08-09 17:38:17 +02:00
..
gui Moved gui/ to src/gui/ 2008-12-28 18:10:22 +01:00
inputdrv Split the ports into separate files 2010-05-31 01:56:17 +02:00
arg_parser.cpp Reindended source code 2010-05-19 18:36:38 +02:00
arg_parser.hpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
axis_event.cpp Added keyboard combinations to --ui-axismap 2010-05-26 20:45:52 +02:00
axis_event.hpp Added str() method 2010-05-26 16:56:28 +02:00
button_event.cpp Disabled debugging output 2010-05-26 18:17:25 +02:00
button_event.hpp Added str() method 2010-05-26 16:56:28 +02:00
button_map.cpp Implemented button shifting 2010-05-20 01:27:32 +02:00
button_map.hpp Implemented button shifting 2010-05-20 01:27:32 +02:00
command_line_options.cpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
command_line_options.hpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
enum_box.hpp Moved EnumBox to its own file 2010-05-23 23:51:24 +02:00
evdev_controller.cpp Added -d, --detach-kernel-driver option 2010-05-30 14:49:32 +02:00
evdev_controller.hpp Read data into a queue and listen to EV_SYN events 2010-05-29 03:38:45 +02:00
evdev_helper.cpp Added REL_#, ABS_#, KEY_# syntax 2010-05-31 01:56:57 +02:00
evdev_helper.hpp Added --evdev, --evdev-keymap and --evdev-absmap to configure mapping of evdev to xbox360 buttons (abs scaling still missing) 2010-05-28 16:01:19 +02:00
firestorm_dual_controller.cpp Added -d, --detach-kernel-driver option 2010-05-30 14:49:32 +02:00
firestorm_dual_controller.hpp Added detach_kernel_driver config flag 2010-05-30 04:46:16 +02:00
force_feedback_handler.cpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
force_feedback_handler.hpp Added support for FF_GAIN 2009-01-24 11:20:53 +01:00
helper.cpp Reindended source code 2010-05-19 18:36:38 +02:00
helper.hpp Reindended source code 2010-05-19 18:36:38 +02:00
ini_builder.hpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
ini_parser.cpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
ini_parser.hpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
ini_schema.cpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
ini_schema.hpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
ini_schema_builder.cpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
ini_schema_builder.hpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
linux_uinput.cpp Output cleanup 2010-05-26 13:29:47 +02:00
linux_uinput.hpp Moved sync handling into linux_uinput.?pp 2010-05-20 06:47:15 +02:00
modifier.cpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
modifier.hpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
options.cpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
options.hpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
pretty_printer.cpp Reindended source code 2010-05-19 18:36:38 +02:00
pretty_printer.hpp Fixed wordwrap for single-column text 2009-06-23 04:31:30 +02:00
saitek_p2500_controller.cpp Added -d, --detach-kernel-driver option 2010-05-30 14:49:32 +02:00
saitek_p2500_controller.hpp Added -d, --detach-kernel-driver option 2010-05-30 14:49:32 +02:00
sixaxis_controller.hpp Moved xboxdrv stuff into subdirectory as well 2008-12-27 05:20:47 +01:00
uinput.cpp Added --evdev, --evdev-keymap and --evdev-absmap to configure mapping of evdev to xbox360 buttons (abs scaling still missing) 2010-05-28 16:01:19 +02:00
uinput.hpp Some code cleanup to make things compilable in clang 2010-06-01 12:20:46 +02:00
uinput_cfg.cpp Renamed ButtonEvent::create_btn() to ButtonEvent::create_btn() 2010-05-26 14:21:29 +02:00
uinput_cfg.hpp Some more work on ini file parsing and refactoring command line parsing 2010-08-09 17:38:17 +02:00
uinput_deviceid.cpp Fixed UIEvent::is_valid() 2010-05-26 14:00:33 +02:00
uinput_deviceid.hpp Moved DEVICEID_AUTO resolving to UIEvent, code compiles again 2010-05-26 12:52:56 +02:00
usb_helper.cpp Added detach_kernel_driver config flag 2010-05-30 04:46:16 +02:00
usb_helper.hpp Added detach_kernel_driver config flag 2010-05-30 04:46:16 +02:00
usb_read_thread.cpp Use queue instead of list 2010-05-30 04:48:08 +02:00
usb_read_thread.hpp Use queue instead of list 2010-05-30 04:48:08 +02:00
xbox360_controller.cpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
xbox360_controller.hpp Added detach_kernel_driver config flag 2010-05-30 04:46:16 +02:00
xbox360_wireless_controller.cpp Added -d, --detach-kernel-driver option 2010-05-30 14:49:32 +02:00
xbox360_wireless_controller.hpp Some code cleanup to make things compilable in clang 2010-06-01 12:20:46 +02:00
xbox_controller.cpp Added -d, --detach-kernel-driver option 2010-05-30 14:49:32 +02:00
xbox_controller.hpp Added -d, --detach-kernel-driver option 2010-05-30 14:49:32 +02:00
xbox_generic_controller.hpp Some code cleanup to make things compilable in clang 2010-06-01 12:20:46 +02:00
xboxdrv.cpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
xboxdrv.hpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
xboxmsg.cpp Trying to add some .ini support into xboxdrv, separated CommandLine parsing from Options class 2010-08-08 00:53:34 +02:00
xboxmsg.hpp Detect play&charge kit and give an error message when its used 2010-07-09 13:27:23 +02:00
xpad_device.cpp Detect play&charge kit and give an error message when its used 2010-07-09 13:27:23 +02:00
xpad_device.hpp Moved xpad_devices into separate file 2009-06-18 23:06:29 +02:00