Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/events/
A Dscancodes_linux.h195 /* 166 */ SDL_SCANCODE_AUDIOSTOP, /* KEY_STOPCD */
A Dscancodes_xfree86.h350 /* 166 */ SDL_SCANCODE_AUDIOSTOP,
/AliOS-Things-master/components/SDL2/include/
A DSDL_scancode.h353 SDL_SCANCODE_AUDIOSTOP = 260, enumerator
A DSDL_keycode.h289 SDLK_AUDIOSTOP = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AUDIOSTOP),
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidkeyboard.c129 SDL_SCANCODE_AUDIOSTOP, /* AKEYCODE_MEDIA_STOP */
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c131 case VK_MEDIA_STOP: return SDL_SCANCODE_AUDIOSTOP; in VKeytoScancode()

Completed in 11 milliseconds