summaryrefslogtreecommitdiff
path: root/test/testjoystick.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* joystick: Linux joysticks now recover better from dropped events.Ryan C. Gordon2020-06-281-0/+8
* Added a Windows Gaming Input joystick driverSam Lantinga2020-04-181-216/+147
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* test: replace some exit()s with returns.Ozkan Sezer2019-09-101-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga2018-08-091-0/+4
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Added support for the HOTAS Warthog throttleSam Lantinga2017-01-311-0/+3
* Added the HOTAS Warthog as a flight stickSam Lantinga2017-01-311-1/+31
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed hotplug with more than one device in testjoystick program.Philipp Wiesemann2016-12-161-0/+1
* Added USB VID/PID information to the SDL test programsSam Lantinga2016-11-101-0/+3
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Replaced tabs with spaces in test programs.Philipp Wiesemann2015-11-251-1/+1
* Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstanceID().Ryan C. Gordon2015-11-141-0/+7
* Added initial support for MFi game controllers on iOS.Alex Szpakowski2015-09-201-2/+4
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Added missing loop cancel for Emscripten in test programs.Philipp Wiesemann2015-05-181-0/+6
* Cleanups in the joystick code.Ryan C. Gordon2015-03-241-0/+6
* Fixed test programs for joystick not exiting on events after first disconnect.Philipp Wiesemann2015-02-121-0/+3
* Fixed bug 2873 - Joystick test won't reload after reattachPhilipp Wiesemann2015-02-101-1/+1
* Initial merge of Emscripten port!Ryan C. Gordon2014-12-181-39/+56
* A few more ANDROID for __ANDROID__ replacementsGabriel Jacobo2014-05-101-2/+2
* 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 missing return warning in test program source.Philipp Wiesemann2013-12-241-0/+1
* [Android] Handle native thread finishing when not commanded from the Java sideGabriel Jacobo2013-12-051-5/+0
* Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler2013-08-141-28/+31
* Updated the copyright year for the test programsSam Lantinga2013-07-251-1/+1
* Removed not needed SDL_WINDOW_SHOWN from test programs.Philipp Wiesemann2013-07-201-1/+1
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-4/+4
* Fixed bug 1759 - Updates to testjoystick.cSam Lantinga2013-03-191-9/+27
* Fix compiler warning; minor harness driver cleanup; fix test build for SDL ve...Andreas Schiffler2012-12-221-0/+14
* Patched testjoystick.c to compile.Ryan C. Gordon2012-12-111-4/+4
* You can get window events after shutting down the window, so don't abort the ...Sam Lantinga2012-12-111-3/+9
* Print stick GUID in testjoystick.Ryan C. Gordon2012-12-111-0/+4
* Don't hang testjoystick if we failed to open the device in the first place.Ryan C. Gordon2012-12-111-0/+1
* Cleaned out tabstops, other minor style nitpicks.Ryan C. Gordon2012-12-111-22/+23
* Allow testjoystick to quit, instead of looping on hotplug events forever.Ryan C. Gordon2012-12-111-14/+22
* Added hotplug joystick support and simplified game controller API, courtesy o...Sam Lantinga2012-11-261-107/+112
* Updated testjoystick for SDL 2.0 API - patch from simonSam Lantinga2012-10-141-86/+97
* Cleaned up testjoystick.c, improved usage of renderer API, added colors!Ryan C. Gordon2012-08-151-69/+35
* Updated testjoystick.c for SDL2 API and draw more information.Ryan C. Gordon2012-08-151-28/+83
* Removed the SDL 1.2 compatibility API... we'll see how painful this is.Sam Lantinga2012-01-221-0/+10
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-0/+11
* Final merge of Google Summer of Code 2008 work...Sam Lantinga2008-10-041-0/+6
* indentSam Lantinga2007-07-151-2/+3
* Merged r3292:3293 from branches/SDL-1.2: testjoystick verbose info.Ryan C. Gordon2007-07-151-1/+11
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-161/+159