Searched refs:SDL_SCANCODE_U (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 128 /* 85 */ { SDL_SCANCODE_U, KMOD_SHIFT }, 160 /* 117 */{ SDL_SCANCODE_U, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 127 /* 85 */ { SDL_SCANCODE_U, KMOD_SHIFT }, 159 /* 117 */{ SDL_SCANCODE_U, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 55 /* 22 */ SDL_SCANCODE_U, 206 /* 22 */ SDL_SCANCODE_U, 477 /* 50 */ SDL_SCANCODE_U,
|
A D | scancodes_darwin.h | 62 /* 32 */ SDL_SCANCODE_U,
|
A D | scancodes_windows.h | 34 …ANCODE_E, SDL_SCANCODE_R, SDL_SCANCODE_T, SDL_SCANCODE_Y, SDL_SCANCODE_U, SDL_SCANCO…
|
A D | scancodes_linux.h | 51 /* 22 */ SDL_SCANCODE_U,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 76 [KEYCODE_U] = SDL_SCANCODE_U,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 74 SDL_SCANCODE_U = 24, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 92 SDL_SCANCODE_U, /* AKEYCODE_U */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 126 SDL_SCANCODE_U, /* VirtualKey.U -- 85 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 120 SDL_SCANCODE_U, /* DOM_VK_U 85 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 131 /* 85 */ SDL_SCANCODE_U,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 480 keymap[DIKI_U - DIKI_UNKNOWN] = SDL_SCANCODE_U; in DirectFB_InitOSKeymap()
|
Completed in 14 milliseconds