SDL-mirror/src
Sam Lantinga 9119439672 Fixed bug 1559 - SDL does not provide scancodes for all keys available on Android.
Philipp Wiesemann 2012-07-28 10:03:47 PDT

the current version of SDL 2.0 (HG) does not provide scancodes for all keys
available on Android.

Missing are all new keys added since Android API level 11.

Also it would be possible to map SDL_SCANCODE_WWW, SDL_SCANCODE_MAIL and
SDL_SCANCODE_SLASH.

Android's KEYCODE_DEL is mapped to SDL_SCANCODE_DELETE but according to
Android's documentation [1] it should be like SDL_SCANCODE_BACKSPACE.

I attached a patch with these corrections.
2012-09-26 20:28:58 -07:00
..
atomic Make sure that we use consistent configuration options on platforms like Windows so that command line builds and IDE builds have ABI compatibility. 2012-01-14 13:21:19 -05:00
audio NetBSD patch to use AUDIO_GETBUFINFO when available (contributed by jmcneill) 2012-09-25 20:47:38 -07:00
core Fixed bug 1573 - SDL does not support system clipboard on Android. 2012-09-26 20:14:37 -07:00
cpuinfo Fixed bug 1434 - Add AltiVec detection for OpenBSD/powerpc 2012-07-18 13:06:38 -07:00
events Make mouse relative mode save the original co-ordinates to restore them 2012-02-04 00:13:21 +13:00
file Removed Windows CE support from SDL 2.0. 2012-09-15 10:59:39 -04:00
haptic Fixed a bunch of compiler warnings with Cygwin/MingW. 2012-08-24 19:34:28 -04:00
joystick Fixed a bunch of compiler warnings with Cygwin/MingW. 2012-08-24 19:34:28 -04:00
libm Happy New Year! 2011-12-31 09:28:07 -05:00
loadso Removed Windows CE support from SDL 2.0. 2012-09-15 10:59:39 -04:00
main Removed Windows CE support from SDL 2.0. 2012-09-15 10:59:39 -04:00
power Added missing Android source that was supposed to go with changeset 64a6297a8b93 2012-09-23 01:54:30 -07:00
render Fixed bug 1591 - Renderer maximum texture size is incorrect when GL_ARB_texture_rectangle is active 2012-09-23 01:50:35 -07:00
stdlib Removed Windows CE support from SDL 2.0. 2012-09-15 10:59:39 -04:00
thread Removed Windows CE support from SDL 2.0. 2012-09-15 10:59:39 -04:00
timer Removed Windows CE support from SDL 2.0. 2012-09-15 10:59:39 -04:00
video Fixed bug 1559 - SDL does not provide scancodes for all keys available on Android. 2012-09-26 20:28:58 -07:00
SDL.c Fixed bug 1600 - SDL_GetPlatform() returns "unknown os" on Android 2012-09-19 18:08:37 -07:00
SDL_assert.c SDL_ExitProcess() was ignoring exit code parameter. 2012-04-09 23:55:43 -04:00
SDL_assert_c.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_error.c Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_error_c.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_fatal.c Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_fatal.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_hints.c Removed some unused variables that gcc 4.6.1 complains about. 2012-08-09 14:14:41 -04:00
SDL_hints_c.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_log.c Happy New Year! 2011-12-31 09:28:07 -05:00