Searched refs:SDL_SCANCODE_M (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 120 /* 77 */ { SDL_SCANCODE_M, KMOD_SHIFT }, 152 /* 109 */{ SDL_SCANCODE_M, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 119 /* 77 */ { SDL_SCANCODE_M, KMOD_SHIFT }, 151 /* 109 */{ SDL_SCANCODE_M, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 83 /* 50 */ SDL_SCANCODE_M, 234 /* 50 */ SDL_SCANCODE_M, 469 /* 42 */ SDL_SCANCODE_M,
|
A D | scancodes_darwin.h | 76 /* 46 */ SDL_SCANCODE_M,
|
A D | scancodes_windows.h | 40 …SDL_SCANCODE_B, SDL_SCANCODE_N, SDL_SCANCODE_M, SDL_SCANCODE_COMMA, SDL_SCANCODE_PERIOD…
|
A D | scancodes_linux.h | 79 /* 50 */ SDL_SCANCODE_M,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 68 [KEYCODE_M] = SDL_SCANCODE_M,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 66 SDL_SCANCODE_M = 16, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 84 SDL_SCANCODE_M, /* AKEYCODE_M */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 118 SDL_SCANCODE_M, /* VirtualKey.M -- 77 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 112 SDL_SCANCODE_M, /* DOM_VK_M 77 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 123 /* 77 */ SDL_SCANCODE_M,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 472 keymap[DIKI_M - DIKI_UNKNOWN] = SDL_SCANCODE_M; in DirectFB_InitOSKeymap()
|
Completed in 41 milliseconds