Searched refs:SDL_SCANCODE_X (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 131 /* 88 */ { SDL_SCANCODE_X, KMOD_SHIFT }, 163 /* 120 */{ SDL_SCANCODE_X, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 130 /* 88 */ { SDL_SCANCODE_X, KMOD_SHIFT }, 162 /* 120 */{ SDL_SCANCODE_X, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 78 /* 45 */ SDL_SCANCODE_X, 229 /* 45 */ SDL_SCANCODE_X, 480 /* 53 */ SDL_SCANCODE_X,
|
A D | scancodes_darwin.h | 37 /* 7 */ SDL_SCANCODE_X,
|
A D | scancodes_windows.h | 38 …, SDL_SCANCODE_LSHIFT, SDL_SCANCODE_BACKSLASH, SDL_SCANCODE_Z, SDL_SCANCODE_X, SDL_SCANCO…
|
A D | scancodes_linux.h | 74 /* 45 */ SDL_SCANCODE_X,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 79 [KEYCODE_X] = SDL_SCANCODE_X,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 77 SDL_SCANCODE_X = 27, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 95 SDL_SCANCODE_X, /* AKEYCODE_X */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 129 SDL_SCANCODE_X, /* VirtualKey.X -- 88 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 123 SDL_SCANCODE_X, /* DOM_VK_X 88 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 134 /* 88 */ SDL_SCANCODE_X,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 483 keymap[DIKI_X - DIKI_UNKNOWN] = SDL_SCANCODE_X; in DirectFB_InitOSKeymap()
|
Completed in 13 milliseconds