Michał Janiszewski <janisozaur+sdl2image@gmail.com> [Sun, 28 Oct 2018 21:36:48 +0100] rev 12366
Add and update include guards
Include guards in most changed files were missing, I added them keeping
the same style as other SDL files. In some cases I moved the include
guards around to be the first thing the header has to take advantage of
any possible improvements compiler may have for inclusion guards.
Sam Lantinga <slouken@libsdl.org> [Sun, 28 Oct 2018 14:17:21 -0700] rev 12365
Fixed bug 4335 - Android NDK build error
dmuratshin
LOCAL_SRC_FILES shouldn't use $(LOCAL_PATH)
Sam Lantinga <slouken@libsdl.org> [Sun, 28 Oct 2018 10:31:06 -0700] rev 12364
Updated Android project files and documentation
Sam Lantinga <slouken@libsdl.org> [Fri, 26 Oct 2018 20:20:28 -0700] rev 12363
This change looks okay in the general case.
If we run into problems where these events aren't dispatched (initialized on a different thread than the main thread?) we may need to create a separate thread to handle device notifications like we do with the windows joystick subsystem.
Ryan C. Gordon <icculus@icculus.org> [Fri, 26 Oct 2018 14:43:39 -0400] rev 12362
hidapi: Don't run a separate event loop for device notifications.
Fixes Bugzilla #4286.
Sam Lantinga <slouken@libsdl.org> [Fri, 26 Oct 2018 09:49:27 -0700] rev 12361
Added patch note for SDL_GameControllerGetPlayerIndex() and friends
Sam Lantinga <slouken@libsdl.org> [Fri, 26 Oct 2018 09:27:31 -0700] rev 12360
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>
Sam Lantinga <slouken@libsdl.org> [Thu, 25 Oct 2018 16:53:14 -0700] rev 12359
Generalized the XInput user index into a player index
Sam Lantinga <slouken@libsdl.org> [Thu, 25 Oct 2018 13:22:34 -0700] rev 12358
Fixed initializing XInput user index
Sam Lantinga <slouken@libsdl.org> [Thu, 25 Oct 2018 12:54:42 -0700] rev 12357
Added SDL_JoystickGetXInputUserIndex()