summaryrefslogtreecommitdiff
path: root/src/joystick/SDL_gamecontroller.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed detecting the paddles on the Xbox Elite Series 1 controllerSam Lantinga2021-02-021-5/+2
* Fixed bug 5466 - Add haptic support for Stadia ControllerSam Lantinga2021-01-231-0/+3
* Added support for the EVORETRO GameCube Adapter in PC modeSam Lantinga2021-01-221-1/+2
* Don't add paddle mappings for the Xbox One Elite Series 1 controller, since t...Sam Lantinga2021-01-201-2/+5
* Fixed the screenshot button mapping on third party Bluetooth Nintendo Switch ...Sam Lantinga2021-01-151-0/+4
* Fixed bug 5445 - Incorrect Switch Pro Controller face buttons when SDL_HINT_G...Sam Lantinga2021-01-141-7/+1
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Don't switch the PS5 controller out of DirectInput mode by defaultSam Lantinga2020-12-221-1/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* Fix joystick device add events containing invalid device indexesCameron Gutman2020-08-291-3/+17
* Sort the raw input axes by usage, so X comes before Y, etc.Sam Lantinga2020-11-271-1/+1
* Generalized the raw input controller driver and moved XInput/WGI detection in...Sam Lantinga2020-11-231-1/+1
* Respect SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS for Nintendo Switch Pro con...Sam Lantinga2020-11-191-1/+7
* Added API for sensors on game controllersSam Lantinga2020-11-171-0/+105
* Added SDL_JoystickGetSerial() and SDL_GameControllerGetSerial()Sam Lantinga2020-11-161-16/+23
* Added support for the touchpad on PS4 and PS5 controllersSam Lantinga2020-11-131-2/+91
* Added SDL_JoystickRumbleTriggers() and SDL_GameControllerRumbleTriggers()Sam Lantinga2020-11-111-0/+6
* Added support for the Xbox Series X controller to the HIDAPI driverSam Lantinga2020-11-101-1/+4
* Be explicit about mapping the new game controller paddle buttonsSam Lantinga2020-11-071-8/+9
* Added 4 auxiliary buttons to the game controller APISam Lantinga2020-11-061-149/+189
* Added SDL_JoystickHasLEDSam Lantinga2020-11-051-0/+6
* Add SDL_JoystickSetLED.Ethan Lee2020-04-301-0/+6
* Map the guide button by default on Android 11Sam Lantinga2020-10-161-11/+4
* Fixed bug 5233 - PS3 Gamepad Motion Control not correctly ignored on LinuxSam Lantinga2020-07-151-1/+1
* Initialize the raw_map before getting controller mappings from the driverSam Lantinga2020-05-291-0/+2
* Fixed bug 5161 - Autodetect controller mappings based on the Linux Gamepad Sp...Sam Lantinga2020-05-291-0/+92
* joystick: Don't report duplicate recentering events for game controllers.Ryan C. Gordon2020-04-201-2/+6
* joystick: On disconnect, recenter all game controller inputs.Ryan C. Gordon2020-04-201-0/+24
* Added a Windows Gaming Input joystick driverSam Lantinga2020-04-181-1/+1
* joystick: Remove force_centering flag; we handle this on disconnect now.Ryan C. Gordon2020-04-071-1/+1
* Fixed bug 4477 - Support more than 4 XInput-capable devices on WindowsSam Lantinga2020-03-161-0/+6
* Added support for SDL hints in the game controller mapping databaseSam Lantinga2020-03-121-0/+42
* Added Android SDK conditionals to game controller mappingsSam Lantinga2020-02-171-2/+25
* Catch both PS3 and PS4 motion controls and don't treat them as a game controllerSam Lantinga2020-02-041-2/+2
* 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/+23
* Fixed buildSam Lantinga2019-11-221-6/+2
* Added SDL_GameControllerTypeForIndex() and SDL_GameControllerGetType() to ret...Sam Lantinga2019-11-221-0/+20
* Readability: remove redundant return, continue, enum declarationSylvain Becker2019-10-301-1/+1
* Fixed bug 4843 - Passing NULL to memset in SDL_PrivateLoadButtonMappingSylvain Becker2019-10-231-1/+3
* Fix bug 4746 - introduce SDL_zeroa macro.Ozkan Sezer2019-07-311-4/+4
* Fix polling left trigger reporting right trigger's values.Jimb Esser2019-03-161-0/+2
* Fixed bug 4024 - GameController error "Unexpected controller element"Sylvain Becker2019-01-211-2/+4
* Fixed compiler warningSam Lantinga2019-01-201-1/+1
* Fixed bug 4024 - remove trailing comma of Controller mappingsSylvain Becker2019-01-161-1/+12
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Handle both "Sony Interactive Intertainment" and "Sony Computer Entertainment...Sam Lantinga2018-12-111-1/+1
* Added the hint SDL_HINT_GAMECONTROLLERCONFIG_FILE to specify a file to load a...Sam Lantinga2018-12-071-6/+8
* Fixed the PS4 motion controls showing up as a separate game controller on LinuxSam Lantinga2018-12-041-0/+7
* Merge SDL-ryan-batching-renderer branch to default.Ryan C. Gordon2018-10-311-2/+3
|\