Searched refs:SDL_SCANCODE_5 (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 80 /* 37 */ { SDL_SCANCODE_5, KMOD_SHIFT }, /* plus shift modifier '%' */ 96 /* 53 */ { SDL_SCANCODE_5, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 79 /* 37 */ { SDL_SCANCODE_5, KMOD_SHIFT }, /* plus shift modifier '%' */ 95 /* 53 */ { SDL_SCANCODE_5, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 39 /* 6 */ SDL_SCANCODE_5, 190 /* 6 */ SDL_SCANCODE_5, 441 /* 14 */ SDL_SCANCODE_5,
|
A D | scancodes_darwin.h | 53 /* 23 */ SDL_SCANCODE_5,
|
A D | scancodes_windows.h | 31 …ANCODE_1, SDL_SCANCODE_2, SDL_SCANCODE_3, SDL_SCANCODE_4, SDL_SCANCODE_5, SDL_SCANCO…
|
A D | scancodes_linux.h | 35 /* 6 */ SDL_SCANCODE_5,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 45 [KEYCODE_FIVE] = SDL_SCANCODE_5,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 85 SDL_SCANCODE_5 = 34, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 55 SDL_SCANCODE_5, /* AKEYCODE_5 */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 94 SDL_SCANCODE_5, /* VirtualKey.Number5 -- 53 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 99 /* 53 */ SDL_SCANCODE_5, 538 case SDL_SCANCODE_5: in Emscripten_HandleKey()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 88 SDL_SCANCODE_5, /* DOM_VK_5 53 */
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 492 keymap[DIKI_5 - DIKI_UNKNOWN] = SDL_SCANCODE_5; in DirectFB_InitOSKeymap()
|
Completed in 14 milliseconds