Searched refs:SDL_SCANCODE_K (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 118 /* 75 */ { SDL_SCANCODE_K, KMOD_SHIFT }, 150 /* 107 */{ SDL_SCANCODE_K, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 117 /* 75 */ { SDL_SCANCODE_K, KMOD_SHIFT }, 149 /* 107 */{ SDL_SCANCODE_K, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 70 /* 37 */ SDL_SCANCODE_K, 221 /* 37 */ SDL_SCANCODE_K, 467 /* 40 */ SDL_SCANCODE_K,
|
A D | scancodes_darwin.h | 70 /* 40 */ SDL_SCANCODE_K,
|
A D | scancodes_windows.h | 37 …ANCODE_F, SDL_SCANCODE_G, SDL_SCANCODE_H, SDL_SCANCODE_J, SDL_SCANCODE_K, SDL_SCANCO…
|
A D | scancodes_linux.h | 66 /* 37 */ SDL_SCANCODE_K,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 66 [KEYCODE_K] = SDL_SCANCODE_K,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 64 SDL_SCANCODE_K = 14, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 82 SDL_SCANCODE_K, /* AKEYCODE_K */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 116 SDL_SCANCODE_K, /* VirtualKey.K -- 75 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 110 SDL_SCANCODE_K, /* DOM_VK_K 75 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 121 /* 75 */ SDL_SCANCODE_K,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 470 keymap[DIKI_K - DIKI_UNKNOWN] = SDL_SCANCODE_K; in DirectFB_InitOSKeymap()
|
Completed in 15 milliseconds