summaryrefslogtreecommitdiff
path: root/include/SDL_gamecontroller.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-10-25Generalized the XInput user index into a player indexSam Lantinga1-0/+7
2018-08-09Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga1-0/+13
2018-03-07Added SDL_GameControllerMappingForDeviceIndex() to get the mapping for a cont...Sam Lantinga1-0/+8
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-12-27Added documentation for the game controller axis valuesSam Lantinga1-0/+6
2016-12-26Fixed bug 3517 - Compiler warnings with gcc -Wstrict-prototypesSam Lantinga1-1/+1
2016-11-29Added an API to iterate over game controller mappingsSam Lantinga1-0/+14
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-11-20Fixed a few warnings that show up with -Wdocumentation and -Wdocumentation-un...Sam Lantinga1-1/+3
2016-11-10Standardized the format of the SDL joystick GUID and added functions to retri...Sam Lantinga1-8/+25
2016-08-03Added brackets to function names in header comments so that doxygen links them.Philipp Wiesemann1-3/+3
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-11-14Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstanceID().Ryan C. Gordon1-0/+5
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-04-20Fixed SDL_GameControllerOpen() and SDL_JoystickOpen() documentation in header.Philipp Wiesemann1-2/+3
2015-02-18Corrected documentation about triggers values in SDL_GameControllerGetAxis().Ryan C. Gordon1-1/+2
2014-11-22Corrected header file documentation comment.Philipp Wiesemann1-1/+1
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-12-05Added missing header for file IOSam Lantinga1-0/+1
2013-12-03Adds SDL_GameControllerAddMappingsFromRW, updates controllermapGabriel Jacobo1-2/+11
2013-12-02Adds SDL_GameControllerAddMappingsFromFileGabriel Jacobo1-0/+8
2013-07-03Added SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS to the documentation for the ...Sam Lantinga1-0/+4
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-53/+49
2013-05-13Corrected spelling in header file.Philipp Wiesemann1-1/+1
2013-04-27Corrected spelling in header files.Philipp Wiesemann1-1/+1
2013-04-10Fixed a typo (thanks, Ethan!).Ryan C. Gordon1-1/+1
2013-03-05add new gamecontroller APIsEdward Rudd1-1/+30
2013-02-26Fixed gcc pedantic warnings in public headersSam Lantinga1-13/+10
2013-02-25Added SDL_GameControllerUpdate().Ryan C. Gordon1-0/+9
2013-02-25Changed the game controller enum types to match SDL naming conventions.Ryan C. Gordon1-10/+11
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2013-02-13New SDL_MSBIndex, updated VS projects, cleanup gamecontroller.Jørgen P. Tjernø1-25/+30
2013-02-12Check bounds in SDL_IsGameController. Switch two functions to SDL_bool.Jørgen P. Tjernø1-2/+2
2012-12-31Fixed bug 1653 - comma at the end of enumSam Lantinga1-1/+1
2012-11-26Added hotplug joystick support and simplified game controller API, courtesy o...Sam Lantinga1-0/+257