summaryrefslogtreecommitdiff
path: root/test/controllermap.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed mapping controllers after adding the touchpad buttonSam Lantinga2020-11-231-0/+1
* Be explicit about mapping the new game controller paddle buttonsSam Lantinga2020-11-071-12/+20
* Don't try to map the accelerometer as a game controllerSam Lantinga2020-11-061-0/+2
* iOS should use the same size window for the controller tests as other platformsSam Lantinga2020-11-061-5/+0
* Added 4 auxiliary buttons to the game controller APISam Lantinga2020-11-061-0/+8
* Added a Windows Gaming Input joystick driverSam Lantinga2020-04-181-34/+40
* Fixed binding the D-PAD on the 8BitDo M30 controllerSam Lantinga2020-03-131-1/+1
* Fixed compile warningSam Lantinga2020-03-021-1/+0
* On Mac OSX there are spurious hat events at program start, so skip theseSam Lantinga2020-01-171-0/+5
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Ignore axis jitter when mapping controllersSam Lantinga2019-12-051-0/+7
* Fixed mapping controllers that have axes that start at -32768 and then snap t...Sam Lantinga2019-11-281-10/+4
* Turned on controllermap debug output by defaultSam Lantinga2019-11-211-0/+3
* test: replace some exit()s with returns.Ozkan Sezer2019-09-101-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed warning about implicit conversion in controllermap program.Philipp Wiesemann2017-03-041-1/+1
* Fixed mapping the PG-9021 which, on Linux, emits a button partway through the...Sam Lantinga2017-01-201-4/+47
* Added SDL_JoystickGetAxisInitialState() to get a joystick axis' initial value.Sam Lantinga2017-01-041-0/+8
* Some controllers have trouble getting out to 20000Sam Lantinga2017-01-041-1/+1
* Fixed binding the D-pad on some Super NES style controllersSam Lantinga2017-01-031-5/+37
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed warning about unused variable in controllermap program.Philipp Wiesemann2016-12-281-1/+0
* Make sure we go all the way back (within the XBox controller dead zone) to pr...Sam Lantinga2016-12-271-1/+1
* Split controller axes into positive and negative sides so each can be bound i...Sam Lantinga2016-12-271-52/+198
* Fixed warning about unused variable in controllermap program.Philipp Wiesemann2016-12-161-1/+0
* Fixed handling joysticks that send multiple events for a single control, e.g....Sam Lantinga2016-12-151-190/+304
* Added USB VID/PID information to the SDL test programsSam Lantinga2016-11-101-0/+3
* Removed unused constants in controllermap program.Philipp Wiesemann2016-10-151-3/+0
* Fixed black screen on Steam LinkSam Lantinga2016-10-131-1/+1
* Fixed compiling of three test programs with C++.Philipp Wiesemann2016-09-211-2/+2
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Fixed mapping third party XBox controllers that have the trigger axis all the...Sam Lantinga2015-12-181-1/+1
* Replaced tabs with spaces in test programs.Philipp Wiesemann2015-11-251-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed setting text to clipboard in controllermap program.Philipp Wiesemann2014-12-101-1/+0
* Fixed use of uninitialized variable warning in test program.Philipp Wiesemann2014-05-291-1/+1
* A few more ANDROID for __ANDROID__ replacementsGabriel Jacobo2014-05-101-2/+2
* Fixes #2456, controllermap's undo does not work correctly (by Bogdan Marinov)Gabriel Jacobo2014-03-241-3/+3
* controllermap: Don't treat SDL_HAT_CENTERED as a valid input.Ryan C. Gordon2014-03-181-0/+3
* Make controllermap, etc, work on platforms with hardcoded window sizes.Ryan C. Gordon2014-02-101-6/+8
* Backed out 51935d107921Gabriel Jacobo2014-02-101-1/+5
* Removed unused function.Ryan C. Gordon2014-02-101-7/+0
* No need to use a render target here.Ryan C. Gordon2014-02-091-5/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Fixed access of command line arguments on Android in two test programs.Philipp Wiesemann2013-12-251-4/+7
* Fixed unused local variable warning in test program source.Philipp Wiesemann2013-12-251-1/+1
* [Android] Handle native thread finishing when not commanded from the Java sideGabriel Jacobo2013-12-051-4/+0
* Adds SDL_GameControllerAddMappingsFromRW, updates controllermapGabriel Jacobo2013-12-031-3/+15