Searched refs:SDL_SCANCODE_MINUS (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 88 /* 45 */ { SDL_SCANCODE_MINUS, 0 }, /* '-' */ 138 /* 95 */ { SDL_SCANCODE_MINUS, KMOD_SHIFT }, /* plus shift modifier '_' */
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 87 /* 45 */ { SDL_SCANCODE_MINUS, 0 }, /* '-' */ 137 /* 95 */ { SDL_SCANCODE_MINUS, KMOD_SHIFT }, /* plus shift modifier '_' */
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 45 /* 12 */ SDL_SCANCODE_MINUS, 196 /* 12 */ SDL_SCANCODE_MINUS, 446 /* 19 */ SDL_SCANCODE_MINUS,
|
A D | scancodes_darwin.h | 57 /* 27 */ SDL_SCANCODE_MINUS,
|
A D | scancodes_windows.h | 32 …SDL_SCANCODE_7, SDL_SCANCODE_8, SDL_SCANCODE_9, SDL_SCANCODE_0, SDL_SCANCODE_MINUS, S…
|
A D | scancodes_linux.h | 41 /* 12 */ SDL_SCANCODE_MINUS,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 37 [KEYCODE_MINUS] = SDL_SCANCODE_MINUS,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 98 SDL_SCANCODE_MINUS = 45, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 109 /* 63 */ SDL_SCANCODE_MINUS, 219 /* 173 */ SDL_SCANCODE_MINUS, /*FX*/ 235 /* 189 */ SDL_SCANCODE_MINUS, /*IE, Chrome, D3E legacy*/
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 112 SDL_SCANCODE_MINUS, /* AKEYCODE_MINUS */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 238 case 189: return SDL_SCANCODE_MINUS; /* VK_OEM_MINUS */ in WINRT_TranslateUnofficialKeycode()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 208 SDL_SCANCODE_MINUS, /* DOM_VK_HYPHEN_MINUS 173 */
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11keyboard.c | 144 { XK_minus, SDL_SCANCODE_MINUS },
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 565 keymap[DIKI_MINUS_SIGN - DIKI_UNKNOWN] = SDL_SCANCODE_MINUS; /* AE11 */ in DirectFB_InitOSKeymap()
|
Completed in 15 milliseconds