xboxdrv/src
2010-05-26 15:02:47 +02:00
..
gui Moved gui/ to src/gui/ 2008-12-28 18:10:22 +01:00
inputdrv Release cleanup 2009-01-07 07:19:06 +01:00
arg_parser.cpp Reindended source code 2010-05-19 18:36:38 +02:00
arg_parser.hpp Made code -Weffc++ clean 2010-04-18 02:42:49 +02:00
axis_event.cpp Fixed str2*_event() calls to properly construct UIEvent 2010-05-26 14:17:59 +02:00
axis_event.hpp Moved member variables into private space 2010-05-26 14:50:59 +02:00
button_event.cpp Handle void/none events in ButtonEvent::from_string() 2010-05-26 15:02:47 +02:00
button_event.hpp Handle void/none events in ButtonEvent::from_string() 2010-05-26 15:02:47 +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 Cleanup 2010-05-26 14:50:33 +02:00
command_line_options.hpp Added --dpad-rotation option 2010-05-08 16:56:53 +02:00
enum_box.hpp Moved EnumBox to its own file 2010-05-23 23:51:24 +02:00
evdev_helper.cpp Fixed mixup between abs and key 2010-05-26 14:40:00 +02:00
evdev_helper.hpp Removed obsolete functions 2010-05-26 14:32:25 +02:00
firestorm_dual_controller.cpp Reindended source code 2010-05-19 18:36:38 +02:00
firestorm_dual_controller.hpp Made code -Weffc++ clean 2010-04-18 02:42:49 +02:00
force_feedback_handler.cpp Reindended source code 2010-05-19 18:36:38 +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
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 Implemented button shifting 2010-05-20 01:27:32 +02:00
modifier.hpp Reindended source code 2010-05-19 18:36:38 +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 Reindended source code 2010-05-19 18:36:38 +02:00
saitek_p2500_controller.hpp Made code -Weffc++ clean 2010-04-18 02:42:49 +02:00
sixaxis_controller.hpp Moved xboxdrv stuff into subdirectory as well 2008-12-27 05:20:47 +01:00
uinput.cpp Moved is_valid() checking out of ButtonEvent/AxisEvent 2010-05-26 14:06:22 +02:00
uinput.hpp Moved DEVICEID_AUTO resolving to UIEvent, code compiles again 2010-05-26 12:52:56 +02:00
uinput_cfg.cpp Renamed ButtonEvent::create_btn() to ButtonEvent::create_btn() 2010-05-26 14:21:29 +02:00
uinput_cfg.hpp Replaced btn_map array with proper class 2010-05-19 23:30:43 +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_read_thread.cpp Reindended source code 2010-05-19 18:36:38 +02:00
usb_read_thread.hpp Added option to output the device list in the style of xpad.c 2010-04-29 13:41:29 +02:00
xbox360_controller.cpp Reindended source code 2010-05-19 18:36:38 +02:00
xbox360_controller.hpp Fixed some bugs in threading, use threading for the wired controller too 2009-07-29 15:52:27 +02:00
xbox360_wireless_controller.cpp Reindended source code 2010-05-19 18:36:38 +02:00
xbox360_wireless_controller.hpp Some experimental work on using threads for reading from USB 2009-07-29 15:43:25 +02:00
xbox_controller.cpp Reindended source code 2010-05-19 18:36:38 +02:00
xbox_controller.hpp Added --axis-sensitivity 2010-04-16 00:08:17 +02:00
xbox_generic_controller.hpp Addded missing <stdint.h> header 2010-02-26 21:20:15 +01:00
xboxdrv.cpp Some cleanup 2010-05-26 14:00:46 +02:00
xboxdrv.hpp Split AxisEvent and ButtonEvent into their own files 2010-05-19 13:26:15 +02:00
xboxmsg.cpp Implemented button shifting 2010-05-20 01:27:32 +02:00
xboxmsg.hpp Added option to output the device list in the style of xpad.c 2010-04-29 13:41:29 +02:00
xpad_device.cpp Removed 045e:0x00db, thats a Microsoft keyboard, not a Xbox360 controller 2010-05-06 22:18:33 +02:00
xpad_device.hpp Moved xpad_devices into separate file 2009-06-18 23:06:29 +02:00