Searched refs:SDL_SCANCODE_AUDIOPLAY (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 348 /* 164 */ SDL_SCANCODE_AUDIOPLAY, 384 /* 200 */ SDL_SCANCODE_AUDIOPLAY, 391 /* 207 */ SDL_SCANCODE_AUDIOPLAY,
|
A D | scancodes_linux.h | 193 /* 164 */ SDL_SCANCODE_AUDIOPLAY, /* KEY_PLAYPAUSE */
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 354 SDL_SCANCODE_AUDIOPLAY = 261, enumerator
|
A D | SDL_keycode.h | 290 SDLK_AUDIOPLAY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOPLAY),
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 128 SDL_SCANCODE_AUDIOPLAY, /* AKEYCODE_MEDIA_PLAY_PAUSE */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 228 case 179: return SDL_SCANCODE_AUDIOPLAY; /* VK_MEDIA_PLAY_PAUSE */ in WINRT_TranslateUnofficialKeycode()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 285 SDL_SCANCODE_AUDIOPLAY, /* DOM_VK_PLAY 250 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 225 /* 179 */ SDL_SCANCODE_AUDIOPLAY, /*IE, Chrome*/
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 132 case VK_MEDIA_PLAY_PAUSE: return SDL_SCANCODE_AUDIOPLAY; in VKeytoScancode()
|
Completed in 14 milliseconds