kc3-lang/SDL/src/hidapi/windows

Branch :


Log

Author Commit Date CI Message
738dff4b 2019-07-25 08:05:13 hidapi: Update repository URLs Upstream hidapi has been re-homed. Update the repo URLs to help guide folks where to contribute fixes.
6a7161dc 2019-07-14 16:48:31 Blacklist Corsair device causing hang
1a8e3a02 2019-03-12 14:44:12 HIDAPI: fix bug that caused non-HID class parts of composite devices to have windows HID functions called on them.
b08bdc44 2018-10-26 09:27:31 Don't build SDL_JOYSTICK_HIDAPI by default on iOS If you enable this, you'll need to link with CoreBluetooth.framework and add something like this to your Info.plist: <key>NSBluetoothPeripheralUsageDescription</key> <string>MyApp would like to remain connected to nearby bluetooth Game Controllers and Game Pads even when you're not using the app.</string>
cf7d64f2 2018-09-28 13:44:10 hidapi/windows/hid.c: comment out ntdef.h include after windows.h. not necessary and can cause redefinition errors in some toolchains.
283680f2 2018-09-28 11:04:55 hidapi/windows/hid.c: fix misplaced #if 0 VendorID && ProductID are only used by the test main(), otherwise they are unwanted globals.
f964ce03 2018-09-28 01:00:47 Fixed mingw-w64 build
4f41f07d 2018-08-09 16:05:48 Added missing files from previous commits