Searched refs:SDL_SCANCODE_6 (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 97 /* 54 */ { SDL_SCANCODE_6, 0 }, 137 /* 94 */ { SDL_SCANCODE_6, KMOD_SHIFT }, /* plus shift modifier '^' */
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 96 /* 54 */ { SDL_SCANCODE_6, 0 }, 136 /* 94 */ { SDL_SCANCODE_6, KMOD_SHIFT }, /* plus shift modifier '^' */
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 40 /* 7 */ SDL_SCANCODE_6, 191 /* 7 */ SDL_SCANCODE_6, 442 /* 15 */ SDL_SCANCODE_6,
|
A D | scancodes_darwin.h | 52 /* 22 */ SDL_SCANCODE_6,
|
A D | scancodes_windows.h | 31 …DL_SCANCODE_2, SDL_SCANCODE_3, SDL_SCANCODE_4, SDL_SCANCODE_5, SDL_SCANCODE_6, /* 0 */
|
A D | scancodes_linux.h | 36 /* 7 */ SDL_SCANCODE_6,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 46 [KEYCODE_SIX] = SDL_SCANCODE_6,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 86 SDL_SCANCODE_6 = 35, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 56 SDL_SCANCODE_6, /* AKEYCODE_6 */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 95 SDL_SCANCODE_6, /* VirtualKey.Number6 -- 54 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 100 /* 54 */ SDL_SCANCODE_6, 541 case SDL_SCANCODE_6: in Emscripten_HandleKey()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 89 SDL_SCANCODE_6, /* DOM_VK_6 54 */
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 493 keymap[DIKI_6 - DIKI_UNKNOWN] = SDL_SCANCODE_6; in DirectFB_InitOSKeymap()
|
Completed in 13 milliseconds