sdl2_frt/src
Wander Lairson Costa eff61ee39d Add an entry for X11 "/" key for Brazilian keyboard.
SDL2 reports the following message when we type the "/" on br-abnt2 keyboards:

The key you just pressed is not recognized by SDL. \
To help get this fixed, please report this to the SDL mailing list \
<sdl@libsdl.org> X11 KeyCode 97 (89), X11 KeySym 0x2F (slash).

That's because the corresponding entry in the scancodes table is
marked with value SDL_SCANCODE_UNKNOWN.

This commit fixes that adding the value SDL_SCANCODE_SLASH for this entry.
2014-06-05 11:55:37 -03:00
..
atomic Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
audio Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
core Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
cpuinfo Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
dynapi Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
events Add an entry for X11 "/" key for Brazilian keyboard. 2014-06-05 11:55:37 -03:00
file Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
filesystem Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
haptic Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
joystick Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
libm Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
loadso Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
main Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
power Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
render Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
stdlib Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
test Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
thread Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
timer Cleaned up the macro salsa in the Windows timer code. 2015-04-20 13:43:24 -04:00
video Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_assert_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_assert.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_error_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_error.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_hints.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_internal.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_log.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00