summaryrefslogtreecommitdiff
path: root/test/testgamecontroller.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-11-25Replaced tabs with spaces in test programs.Philipp Wiesemann1-2/+2
2015-11-14Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstanceID().Ryan C. Gordon1-0/+8
2015-09-20Added initial support for MFi game controllers on iOS.Alex Szpakowski1-2/+2
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-05-21Removed redundant NULL check in test program.Philipp Wiesemann1-4/+2
2015-05-18Added missing loop cancel for Emscripten in test programs.Philipp Wiesemann1-0/+6
2015-02-12Fixed test programs for joystick not exiting on events after first disconnect.Philipp Wiesemann1-0/+8
2014-12-25Fixed compile errors in example programs.Philipp Wiesemann1-1/+1
2014-12-18Initial merge of Emscripten port!Ryan C. Gordon1-84/+100
2014-08-20Fixed warnings about unused functions in test program.Philipp Wiesemann1-45/+0
2014-03-29Fixed assertion loading button.bmp in testgamecontrollerSam Lantinga1-3/+7
2014-02-10Make controllermap, etc, work on platforms with hardcoded window sizes.Ryan C. Gordon1-1/+4
2014-02-10Replace testgamecontroller visualization mode with something more useful.Ryan C. Gordon1-56/+92
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-12-23Changed testgamecontroller to wait for controllers to be reattached, the way ...Sam Lantinga1-16/+44
2013-12-02Adds controllermap utility to test suite.Gabriel Jacobo1-0/+2
2013-08-28Fixed testgamecontroller output to make sense.Ryan C. Gordon1-1/+3
2013-08-14Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler1-20/+23
2013-07-25Updated the copyright year for the test programsSam Lantinga1-1/+1
2013-07-20Removed not needed SDL_WINDOW_SHOWN from test programs.Philipp Wiesemann1-1/+1
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-2/+2
2013-04-03Improve testgamecontroller output & robustness.Jørgen P. Tjernø1-43/+49
2013-02-25Changed the game controller enum types to match SDL naming conventions.Ryan C. Gordon1-2/+2
2013-02-25Minor cleanup.Ryan C. Gordon1-5/+3
2013-02-24Made testgamecontroller minimally more useful.Ryan C. Gordon1-8/+65
2012-12-22Fix compiler warning; minor harness driver cleanup; fix test build for SDL ve...Andreas Schiffler1-0/+13
2012-11-26Added hotplug joystick support and simplified game controller API, courtesy o...Sam Lantinga1-0/+205