Commit Graph

8 Commits

Author SHA1 Message Date
Maschell
70b5da2206 Added Rumble support (currently XInput only), changed protocol version, code cleanup
Updated the code conventions.xml!
2017-04-13 15:32:55 +02:00
Maschell
f5f1d42d1b Minor code clean up 2017-04-13 11:23:02 +02:00
Ash
39e8459840 Show VID/PIDs to user 2017-04-13 13:00:35 +10:00
Ash
63815a3fdd Try to show the name of a HID (if possible) 2017-04-12 21:50:32 +10:00
Maschell
92baf6ebeb Added Auto-Scanning for OSX and changed some debug messages 2017-04-05 11:07:02 -07:00
Maschell
2a5dcddd69 Giving the Thread proper names. Using getUsage instead of getUsagePage 2017-04-05 19:40:16 +02:00
Maschell
367d2c79b6 removed the HidDeviceInfo class and added more methods to the HidDevice interface
(still untested)
2017-04-05 18:14:58 +02:00
Maschell
e71d760cde Added an abstract HID-Layer, this way we can change the actual HID-Backend easily
Currently Winows still uses purejavahidapi and Unix uses hid4java. This
is currently untested.
2017-04-05 11:44:21 +02:00