Searched refs:SDL_SCANCODE_GRAVE (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 139 /* 96 */ { SDL_SCANCODE_GRAVE, KMOD_SHIFT }, /* '`' */ 169 /* 126 */{ SDL_SCANCODE_GRAVE, KMOD_SHIFT }, /* plus shift modifier '~' */
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 138 /* 96 */ { SDL_SCANCODE_GRAVE, KMOD_SHIFT }, /* '`' */ 168 /* 126 */{ SDL_SCANCODE_GRAVE, KMOD_SHIFT }, /* plus shift modifier '~' */
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 74 /* 41 */ SDL_SCANCODE_GRAVE, 225 /* 41 */ SDL_SCANCODE_GRAVE, 452 /* 25 */ SDL_SCANCODE_GRAVE,
|
A D | scancodes_darwin.h | 80 …/* 50 */ SDL_SCANCODE_GRAVE, /* SDL_SCANCODE_GRAVE on ANSI and JIS keyboards, SDL_SCANCODE_NONU…
|
A D | scancodes_windows.h | 38 …SDL_SCANCODE_APOSTROPHE, SDL_SCANCODE_GRAVE, SDL_SCANCODE_LSHIFT, SDL_SCANCODE_BACKSLASH, SDL_…
|
A D | scancodes_linux.h | 70 /* 41 */ SDL_SCANCODE_GRAVE,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 55 [KEYCODE_GRAVE] = SDL_SCANCODE_GRAVE,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 130 SDL_SCANCODE_GRAVE = 53, /**< Located in the top left corner (on both ANSI enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 111 SDL_SCANCODE_GRAVE, /* AKEYCODE_GRAVE */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 241 … case 192: return SDL_SCANCODE_GRAVE; /* VK_OEM_3, '`~' key on US standard keyboards */ in WINRT_TranslateUnofficialKeycode()
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 206 /* 160 */ SDL_SCANCODE_GRAVE, 238 /* 192 */ SDL_SCANCODE_GRAVE, /*FX, D3E legacy (SDL_SCANCODE_APOSTROPHE in IE/Chrome)*/
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 195 SDL_SCANCODE_GRAVE, /* DOM_VK_CIRCUMFLEX 160 */
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11keyboard.c | 147 { XK_grave, SDL_SCANCODE_GRAVE },
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 564 keymap[DIKI_QUOTE_LEFT - DIKI_UNKNOWN] = SDL_SCANCODE_GRAVE; /* TLDE */ in DirectFB_InitOSKeymap()
|
Completed in 16 milliseconds