Searched refs:SDL_SCANCODE_9 (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 83 /* 40 */ { SDL_SCANCODE_9, KMOD_SHIFT }, /* plus shift modifier '(' */ 100 /* 57 */ { SDL_SCANCODE_9, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 82 /* 40 */ { SDL_SCANCODE_9, KMOD_SHIFT }, /* plus shift modifier '(' */ 99 /* 57 */ { SDL_SCANCODE_9, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 43 /* 10 */ SDL_SCANCODE_9, 194 /* 10 */ SDL_SCANCODE_9, 445 /* 18 */ SDL_SCANCODE_9,
|
A D | scancodes_darwin.h | 55 /* 25 */ SDL_SCANCODE_9,
|
A D | scancodes_windows.h | 32 …SDL_SCANCODE_7, SDL_SCANCODE_8, SDL_SCANCODE_9, SDL_SCANCODE_0, SDL_SCANCODE_MINUS, S…
|
A D | scancodes_linux.h | 39 /* 10 */ SDL_SCANCODE_9,
|
A D | SDL_keyboard.c | 615 for (scancode = SDL_SCANCODE_1; scancode <= SDL_SCANCODE_9; ++scancode) { in SDL_SetKeymap()
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 49 [KEYCODE_NINE] = SDL_SCANCODE_9,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 89 SDL_SCANCODE_9 = 38, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 59 SDL_SCANCODE_9, /* AKEYCODE_9 */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 98 SDL_SCANCODE_9, /* VirtualKey.Number9 -- 57 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 103 /* 57 */ SDL_SCANCODE_9, 553 case SDL_SCANCODE_9: in Emscripten_HandleKey()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 92 SDL_SCANCODE_9, /* DOM_VK_9 57 */
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 496 keymap[DIKI_9 - DIKI_UNKNOWN] = SDL_SCANCODE_9; in DirectFB_InitOSKeymap()
|
Completed in 15 milliseconds