kc3-lang/SDL/src/hidapi/mac

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.
0e9560ae 2019-07-23 14:41:00 hidapi: Zero out new hid_device_info structs
52e62329 2019-07-17 16:47:19 Fixed build error
1dc24160 2019-07-17 16:47:13 Add linked list of opened HID devices to prevent accessing already freed devices in device removal callback that is sometimes called even after being unregistered
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>
5dfa4043 2018-08-20 21:19:17 Fixed warnings building on Mac OS X 64-bit
4f41f07d 2018-08-09 16:05:48 Added missing files from previous commits