comparison src/events/scancodes_linux.h @ 5223:572a73d71b5f

Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Feb 2011 09:37:11 -0800
parents 25d4feb7c127
children c1a92e61907d
comparison
equal deleted inserted replaced
5222:9c0593fa27d6 5223:572a73d71b5f
24 /* Linux virtual key code to SDLKey mapping table 24 /* Linux virtual key code to SDLKey mapping table
25 Sources: 25 Sources:
26 - Linux kernel source input.h 26 - Linux kernel source input.h
27 */ 27 */
28 /* *INDENT-OFF* */ 28 /* *INDENT-OFF* */
29 static SDL_ScanCode const linux_scancode_table[] = { 29 static SDL_Scancode const linux_scancode_table[] = {
30 /* 0 */ SDL_SCANCODE_UNKNOWN, 30 /* 0 */ SDL_SCANCODE_UNKNOWN,
31 /* 1 */ SDL_SCANCODE_ESCAPE, 31 /* 1 */ SDL_SCANCODE_ESCAPE,
32 /* 2 */ SDL_SCANCODE_1, 32 /* 2 */ SDL_SCANCODE_1,
33 /* 3 */ SDL_SCANCODE_2, 33 /* 3 */ SDL_SCANCODE_2,
34 /* 4 */ SDL_SCANCODE_3, 34 /* 4 */ SDL_SCANCODE_3,