Home
last modified time | relevance | path

Searched refs:SDL_SCANCODE_AUDIOPLAY (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A Dscancodes_xfree86.h348 /* 164 */ SDL_SCANCODE_AUDIOPLAY,
384 /* 200 */ SDL_SCANCODE_AUDIOPLAY,
391 /* 207 */ SDL_SCANCODE_AUDIOPLAY,
A Dscancodes_linux.h193 /* 164 */ SDL_SCANCODE_AUDIOPLAY, /* KEY_PLAYPAUSE */
/AliOS-Things-master/components/SDL2/include/
A DSDL_scancode.h354 SDL_SCANCODE_AUDIOPLAY = 261, enumerator
A DSDL_keycode.h290 SDLK_AUDIOPLAY = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOPLAY),
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidkeyboard.c128 SDL_SCANCODE_AUDIOPLAY, /* AKEYCODE_MEDIA_PLAY_PAUSE */
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtkeyboard.cpp228 case 179: return SDL_SCANCODE_AUDIOPLAY; /* VK_MEDIA_PLAY_PAUSE */ in WINRT_TranslateUnofficialKeycode()
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclevents.c285 SDL_SCANCODE_AUDIOPLAY, /* DOM_VK_PLAY 250 */
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c225 /* 179 */ SDL_SCANCODE_AUDIOPLAY, /*IE, Chrome*/
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c132 case VK_MEDIA_PLAY_PAUSE: return SDL_SCANCODE_AUDIOPLAY; in VKeytoScancode()

Completed in 14 milliseconds