Searched refs:SDL_SCANCODE_T (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 127 /* 84 */ { SDL_SCANCODE_T, KMOD_SHIFT }, 159 /* 116 */{ SDL_SCANCODE_T, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 126 /* 84 */ { SDL_SCANCODE_T, KMOD_SHIFT }, 158 /* 116 */{ SDL_SCANCODE_T, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 53 /* 20 */ SDL_SCANCODE_T, 204 /* 20 */ SDL_SCANCODE_T, 476 /* 49 */ SDL_SCANCODE_T,
|
A D | scancodes_darwin.h | 47 /* 17 */ SDL_SCANCODE_T,
|
A D | scancodes_windows.h | 34 …SDL_SCANCODE_Q, SDL_SCANCODE_W, SDL_SCANCODE_E, SDL_SCANCODE_R, SDL_SCANCODE_T, SDL_…
|
A D | scancodes_linux.h | 49 /* 20 */ SDL_SCANCODE_T,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 75 [KEYCODE_T] = SDL_SCANCODE_T,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 73 SDL_SCANCODE_T = 23, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 91 SDL_SCANCODE_T, /* AKEYCODE_T */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 125 SDL_SCANCODE_T, /* VirtualKey.T -- 84 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 119 SDL_SCANCODE_T, /* DOM_VK_T 84 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 130 /* 84 */ SDL_SCANCODE_T,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 479 keymap[DIKI_T - DIKI_UNKNOWN] = SDL_SCANCODE_T; in DirectFB_InitOSKeymap()
|
Completed in 13 milliseconds