Home
last modified time | relevance | path

Searched refs:SDL_SCANCODE_AUDIOSTOP (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/events/
Dscancodes_linux.h195 /* 166 */ SDL_SCANCODE_AUDIOSTOP, /* KEY_STOPCD */
Dscancodes_xfree86.h346 /* 166 */ SDL_SCANCODE_AUDIOSTOP,
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_scancode.h353 SDL_SCANCODE_AUDIOSTOP = 260, enumerator
DSDL_keycode.h286 SDLK_AUDIOSTOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOSTOP),
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidkeyboard.c129 SDL_SCANCODE_AUDIOSTOP, /* AKEYCODE_MEDIA_STOP */
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c129 case VK_MEDIA_STOP: return SDL_SCANCODE_AUDIOSTOP; in WindowsScanCodeToSDLScanCode()