Searched refs:SDL_SCANCODE_VOLUMEDOWN (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_darwin.h | 103 /* 73 */ SDL_SCANCODE_VOLUMEDOWN,
|
A D | scancodes_xfree86.h | 167 /* 134 */ SDL_SCANCODE_VOLUMEDOWN, 298 /* 114 */ SDL_SCANCODE_VOLUMEDOWN,
|
A D | scancodes_linux.h | 143 /* 114 */ SDL_SCANCODE_VOLUMEDOWN,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 240 SDL_SCANCODE_VOLUMEDOWN = 129, enumerator
|
A D | SDL_keycode.h | 202 SDLK_VOLUMEDOWN = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_VOLUMEDOWN),
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 68 SDL_SCANCODE_VOLUMEDOWN, /* AKEYCODE_VOLUME_DOWN */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 223 case 174: return SDL_SCANCODE_VOLUMEDOWN; /* VK_VOLUME_DOWN */ in WINRT_TranslateUnofficialKeycode()
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 220 /* 174 */ SDL_SCANCODE_VOLUMEDOWN, /*IE, Chrome*/ 228 /* 182 */ SDL_SCANCODE_VOLUMEDOWN, /*FX*/
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 217 SDL_SCANCODE_VOLUMEDOWN, /* DOM_VK_VOLUME_DOWN 182 */
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 126 case VK_VOLUME_DOWN: return SDL_SCANCODE_VOLUMEDOWN; in VKeytoScancode()
|
Completed in 15 milliseconds