summaryrefslogtreecommitdiff
path: root/test/checkkeys.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed bug 3682 - Toggle text input in checkkeys when the mouse is clickedSam Lantinga2017-08-111-1/+13
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Replaced tabs with spaces in test programs.Philipp Wiesemann2015-11-251-5/+5
* Fixed X11 build, added code to print initial modifiers to checkkeysSam Lantinga2015-05-281-0/+18
* 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/+5
* checkkeys: report SDL_TEXTEDITING events.Ryan C. Gordon2015-05-011-3/+6
* checkkeys: Readded the KEYUP event test.Ryan C. Gordon2015-05-011-1/+1
* Initial merge of Emscripten port!Ryan C. Gordon2014-12-181-20/+39
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler2013-08-141-5/+8
* Updated the copyright year for the test programsSam Lantinga2013-07-251-1/+1
* Better text printing for UTF-8 charactersSam Lantinga2013-06-241-1/+9
* Fixed bug 1916 - SDL_Keysym contains a deprecated field for unicode which may...Sam Lantinga2013-06-181-18/+0
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-1/+1
* sdl2J?rgen P. Tjern?2013-02-251-3/+3
* Synchronized the on-screen keyboard state with whether we are accepting text ...Sam Lantinga2012-11-041-3/+1
* Fixed bug 1564 - SDL has no function to open a screen keyboard on Android.Sam Lantinga2012-08-111-6/+4
* Fixed a compiler warning on Visual Studio.Ryan C. Gordon2011-09-091-2/+2
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-0/+11
* Fixed bug 1163 (SDL_TEXTINPUT not being received on iPhoneOS)Sam Lantinga2011-03-091-45/+78
* Sheena pointed out that "scancode" and "keysym" are single words and shouldn'...Sam Lantinga2011-02-071-1/+1
* Renamed SDL_keysym to SDL_KeySymkrogoway2011-01-241-1/+1
* Added support for keyboard repeat (only tested on Windows so far)Sam Lantinga2010-07-201-4/+5
* Show integer scancode, since that's how it's defined in the header.Sam Lantinga2008-02-101-2/+2
* Fixed array overrunSam Lantinga2008-02-071-2/+4
* First pass of new SDL scancode concept for X11.Sam Lantinga2008-02-071-7/+1
* First pass implementation of new SDL scancode concept, as discussed withSam Lantinga2008-02-051-10/+9
* Minimal implementation of textinput events for x11. It only works for latin-1.Bob Pendleton2008-01-151-0/+8
* Checking in Christian Walther's patch for x11 keyboard input. Minor code twea...Bob Pendleton2008-01-081-4/+8
* SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga2006-07-101-111/+115
* Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XPSam Lantinga2006-01-191-0/+2
* Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safeRyan C. Gordon2005-09-281-4/+12
* Fixed a crash bug in checkkeys.c (thanks John!)Sam Lantinga2002-09-161-2/+8
* Added a -fullscreen flagSam Lantinga2002-08-251-1/+7
* Initial revisionSam Lantinga2001-04-261-0/+124