Home
last modified time | relevance | path

Searched refs:SDLK_SPACE (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_keyboard.c91 SDLK_SPACE,
947 case SDLK_SPACE: in SDL_GetKeyName()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bkeyboard.cc146 keymap[0x5e] = SDL_GetScancodeFromKey(SDLK_SPACE); in BE_InitOSKeymap()
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspevents.c218 keymap[KEY_SPACE] = SDLK_SPACE; in PSP_InitOSKeymap()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestoverlay2.c290 if (event.key.keysym.sym == SDLK_SPACE) { in loop()
Dtestshader.c474 if ( event.key.keysym.sym == SDLK_SPACE ) { in main()
Dtestgesture.c198 case SDLK_SPACE: in loop()
Dcontrollermap.c301 if (event.key.keysym.sym == SDLK_SPACE) { in WatchJoystick()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_keycode.h55 SDLK_SPACE = ' ', enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1560 case SDLK_SPACE: in SDLTest_CommonEvent()
/third_party/ffmpeg/fftools/
Dffplay.c3299 case SDLK_SPACE: in event_loop()