Searched refs:SDL_SCANCODE_O (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 122 /* 79 */ { SDL_SCANCODE_O, KMOD_SHIFT }, 154 /* 111 */{ SDL_SCANCODE_O, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 121 /* 79 */ { SDL_SCANCODE_O, KMOD_SHIFT }, 153 /* 111 */{ SDL_SCANCODE_O, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 57 /* 24 */ SDL_SCANCODE_O, 208 /* 24 */ SDL_SCANCODE_O, 471 /* 44 */ SDL_SCANCODE_O,
|
A D | scancodes_darwin.h | 61 /* 31 */ SDL_SCANCODE_O,
|
A D | scancodes_windows.h | 35 …SDL_SCANCODE_O, SDL_SCANCODE_P, SDL_SCANCODE_LEFTBRACKET, SDL_SCANCODE_RIGHTBRACKET, SDL_SCA…
|
A D | scancodes_linux.h | 53 /* 24 */ SDL_SCANCODE_O,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 70 [KEYCODE_O] = SDL_SCANCODE_O,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 68 SDL_SCANCODE_O = 18, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 86 SDL_SCANCODE_O, /* AKEYCODE_O */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 120 SDL_SCANCODE_O, /* VirtualKey.O -- 79 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 114 SDL_SCANCODE_O, /* DOM_VK_O 79 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 125 /* 79 */ SDL_SCANCODE_O,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 474 keymap[DIKI_O - DIKI_UNKNOWN] = SDL_SCANCODE_O; in DirectFB_InitOSKeymap()
|
Completed in 13 milliseconds