SDL/src/events
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
..
blank_cursor.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
default_cursor.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
scancodes_darwin.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
scancodes_linux.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
scancodes_windows.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
scancodes_xfree86.h Add an entry for X11 "/" key for Brazilian keyboard. 2014-06-05 11:55:37 -03:00
SDL_clipboardevents.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_clipboardevents_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_dropevents.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_dropevents_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_events.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_events_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_gesture.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_gesture_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_keyboard.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_keyboard_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_mouse.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_mouse_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_quit.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_sysevents.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_touch.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_touch_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_windowevents.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_windowevents_c.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00