SDL/src/joystick
Sam Lantinga fc4e798d79 Fixed bug 2631 - Mac: minor code cleanup
Alex Szpakowski

Some minor changes to the Mac-specific backend code:

- Fixed up some code style issues (mostly brace style inconsistencies).

- Fixed a compiler warning in SDL_cocoaevents.m.

- Removed some useless code now that the 10.7 SDK is required to build SDL.

- Removed Gestalt(gestaltSystemVersion, ...) call and switched to NSAppKitVersionNumber for version checking code. Using Gestalt with gestaltSystemVersion will give 0x1090 in Mac OS 10.10+, and the whole Gestalt function was deprecated in Mac OS 10.8.
2014-07-07 12:48:25 -07:00
..
android Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
bsd Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
darwin Fixed bug 2631 - Mac: minor code cleanup 2014-07-07 12:48:25 -07:00
dummy Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
haiku Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
iphoneos Fixed bug 2603 - iOS: update joystick accelerometer code to use CoreMotion instead of the deprecated UIAccelerometer 2014-06-25 00:20:21 -07:00
linux Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
psp Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
windows Fixed mingw64 build and warnings 2014-07-07 10:26:28 -07:00
SDL_gamecontroller.c Fixed mingw64 build and warnings 2014-07-07 10:26:28 -07:00
SDL_gamecontrollerdb.h Split the XInput and DirectInput code so Windows RT can use the existing XInput support. 2014-07-03 15:39:55 -07:00
SDL_joystick_c.h Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
SDL_joystick.c Fixed bug 2553 - Add support to all XInput devices 2014-06-24 13:31:25 -07:00
SDL_sysjoystick.h SDL_SYS_IsXInputGamepad_DeviceIndex() is only available if SDL_JOYSTICK_XINPUT is true. 2014-07-07 11:44:14 -07:00
sort_controllers.py Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00