Searched refs:SDL_SCANCODE_D (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 111 /* 68 */ { SDL_SCANCODE_D, KMOD_SHIFT }, 143 /* 100 */{ SDL_SCANCODE_D, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 110 /* 68 */ { SDL_SCANCODE_D, KMOD_SHIFT }, 142 /* 100 */{ SDL_SCANCODE_D, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 65 /* 32 */ SDL_SCANCODE_D, 216 /* 32 */ SDL_SCANCODE_D, 460 /* 33 */ SDL_SCANCODE_D,
|
A D | scancodes_darwin.h | 32 /* 2 */ SDL_SCANCODE_D,
|
A D | scancodes_windows.h | 37 …SDL_SCANCODE_D, SDL_SCANCODE_F, SDL_SCANCODE_G, SDL_SCANCODE_H, SDL_SCANCODE_J, SDL_…
|
A D | scancodes_linux.h | 61 /* 32 */ SDL_SCANCODE_D,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 59 [KEYCODE_D] = SDL_SCANCODE_D,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 57 SDL_SCANCODE_D = 7, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 75 SDL_SCANCODE_D, /* AKEYCODE_D */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 109 SDL_SCANCODE_D, /* VirtualKey.D -- 68 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 103 SDL_SCANCODE_D, /* DOM_VK_D 68 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 114 /* 68 */ SDL_SCANCODE_D,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 463 keymap[DIKI_D - DIKI_UNKNOWN] = SDL_SCANCODE_D; in DirectFB_InitOSKeymap()
|
Completed in 13 milliseconds