Searched refs:SDL_SCANCODE_2 (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 93 /* 50 */ { SDL_SCANCODE_2, 0 }, 107 /* 64 */ { SDL_SCANCODE_2, KMOD_SHIFT }, /* plus shift modifier '@' */
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 92 /* 50 */ { SDL_SCANCODE_2, 0 }, 106 /* 64 */ { SDL_SCANCODE_2, KMOD_SHIFT }, /* plus shift modifier '@' */
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 36 /* 3 */ SDL_SCANCODE_2, 187 /* 3 */ SDL_SCANCODE_2, 438 /* 11 */ SDL_SCANCODE_2,
|
A D | scancodes_darwin.h | 49 /* 19 */ SDL_SCANCODE_2,
|
A D | scancodes_windows.h | 31 …SDL_SCANCODE_UNKNOWN, SDL_SCANCODE_ESCAPE, SDL_SCANCODE_1, SDL_SCANCODE_2, SDL_SCANCODE_3,…
|
A D | scancodes_linux.h | 32 /* 3 */ SDL_SCANCODE_2,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 42 [KEYCODE_TWO] = SDL_SCANCODE_2,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 82 SDL_SCANCODE_2 = 31, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 52 SDL_SCANCODE_2, /* AKEYCODE_2 */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 91 SDL_SCANCODE_2, /* VirtualKey.Number2 -- 50 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 96 /* 50 */ SDL_SCANCODE_2, 526 case SDL_SCANCODE_2: in Emscripten_HandleKey()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 85 SDL_SCANCODE_2, /* DOM_VK_2 50 */
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 489 keymap[DIKI_2 - DIKI_UNKNOWN] = SDL_SCANCODE_2; in DirectFB_InitOSKeymap()
|
Completed in 14 milliseconds