summaryrefslogtreecommitdiff
path: root/include/SDL_joystick.h
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Including SDL_config_iphoneos.h enables MFI controller codeSam Lantinga2020-11-241-0/+5
* Added SDL_JoystickGetSerial() and SDL_GameControllerGetSerial()Sam Lantinga2020-11-161-28/+35
* Added SDL_JoystickRumbleTriggers() and SDL_GameControllerRumbleTriggers()Sam Lantinga2020-11-111-1/+14
* Added SDL_JoystickHasLEDSam Lantinga2020-11-051-0/+9
* Add SDL_JoystickSetLED.Ethan Lee2020-04-301-0/+12
* virtual joysticks: improved docs for SDL_JoystickSetVirtual* functionsDavid Ludwig2020-03-151-0/+6
* virtual joysticks: removed ball support (Bug 5028)David Ludwig2020-03-151-2/+0
* Fixed bug 5028 - Virtual Joysticks (new joystick backend)Sam Lantinga2020-03-131-0/+31
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Automatically assign player indexes to game controllers, and allow changing t...Sam Lantinga2019-12-201-1/+11
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Generalized the XInput user index into a player indexSam Lantinga2018-10-251-5/+13
* Added SDL_JoystickGetXInputUserIndex()Sam Lantinga2018-10-251-0/+5
* Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga2018-08-091-4/+17
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Exposed the joystick locking functions for multi-threaded access to the joyst...Sam Lantinga2017-10-101-0/+14
* Added an API to get the joystick instance ID before opening the device: SDL_J...Sam Lantinga2017-03-091-0/+14
* Fixed whitespaceSam Lantinga2017-01-311-1/+1
* Added support for the HOTAS Warthog throttleSam Lantinga2017-01-311-1/+2
* Fixed compiler warning about comma at end of enum.Philipp Wiesemann2017-01-301-1/+1
* Added an API to get the type of a connected joystickSam Lantinga2017-01-271-0/+24
* Added SDL_JoystickGetAxisInitialState() to get a joystick axis' initial value.Sam Lantinga2017-01-041-0/+12
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Split controller axes into positive and negative sides so each can be bound i...Sam Lantinga2016-12-271-0/+2
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2016-11-201-3/+3
* Fixed a few warnings that show up with -Wdocumentation and -Wdocumentation-un...Sam Lantinga2016-11-201-1/+3
* Standardized the format of the SDL joystick GUID and added functions to retri...Sam Lantinga2016-11-101-5/+45
* Added brackets to function names in header comments so that doxygen links them.Philipp Wiesemann2016-08-031-1/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Minor whitespace fix.Ryan C. Gordon2015-11-141-3/+2
* Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstanceID().Ryan C. Gordon2015-11-141-0/+5
* SDL - added new SDL_JoystickCurrentPowerLevel() API that returns the battery ...Sam Lantinga2015-09-301-0/+15
* Fixed spaces in header file.Philipp Wiesemann2015-07-161-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed SDL_GameControllerOpen() and SDL_JoystickOpen() documentation in header.Philipp Wiesemann2015-04-201-2/+3
* Fixed typo in header file documentation comment.Philipp Wiesemann2014-11-231-1/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Fixed a few public APIs that we accidentally neglected to mark as SDLCALL.Ryan C. Gordon2013-11-231-1/+1
* OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo2013-08-211-2/+2
* OCD fixes: Adds a space before */Gabriel Jacobo2013-08-211-2/+2
* Added SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS to the documentation for the ...Sam Lantinga2013-07-031-0/+4
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-30/+26
* The joystick events contain a joystick instance ID, which is a signed value, ...Sam Lantinga2013-03-061-2/+2
* Fixed the joystick id usage in the joystick and game controller events.Sam Lantinga2013-03-021-1/+1
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Fixed comment on SDL_JoystickGetGUIDString().Ryan C. Gordon2012-12-111-1/+2
* Changes from Alfred:Sam Lantinga2012-12-111-5/+5
* Organized joystick hotplug code a bit.Sam Lantinga2012-11-271-11/+10
* Added hotplug joystick support and simplified game controller API, courtesy o...Sam Lantinga2012-11-261-6/+51