Home
last modified time | relevance | path

Searched refs:SDL_KEYDOWN (Results 1 – 25 of 30) sorted by relevance

12

/third_party/flutter/skia/tools/sk_app/ios/
Dmain_ios.cpp36 case SDL_KEYDOWN: in main()
DWindow_ios.cpp152 case SDL_KEYDOWN: in get_modifiers()
216 case SDL_KEYDOWN: { in handleEvent()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp107 case SDL_KEYDOWN: in ImGui_ImplSDL2_ProcessEvent()
112 io.KeysDown[key] = (event->type == SDL_KEYDOWN); in ImGui_ImplSDL2_ProcessEvent()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestdrawchessboard.c70 if ((e.type == SDL_KEYDOWN) && (e.key.keysym.sym == SDLK_ESCAPE)) { in loop()
Dteststreaming.c101 case SDL_KEYDOWN: in loop()
Dtestaudiocapture.c35 } else if (e.type == SDL_KEYDOWN) { in loop()
Dtesthittesting.c107 case SDL_KEYDOWN: in main()
Dtestspriteminimal.c134 if (event.type == SDL_QUIT || event.type == SDL_KEYDOWN) { in loop()
Dcheckkeys.c160 case SDL_KEYDOWN: in loop()
Dtestshape.c164 if(event.type == SDL_KEYDOWN) { in main()
Dtestjoystick.c98 case SDL_KEYDOWN: in loop()
Dtestgamecontroller.c115 case SDL_KEYDOWN: in loop()
Dtestoverlay2.c289 case SDL_KEYDOWN: in loop()
Dtestgesture.c186 case SDL_KEYDOWN: in loop()
Dtestintersections.c223 case SDL_KEYDOWN: in loop()
Dtestshader.c473 if ( event.type == SDL_KEYDOWN ) { in main()
Dcontrollermap.c291 case SDL_KEYDOWN: in WatchJoystick()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp140 case SDL_KEYDOWN: in ImGui_ImplSDL2_ProcessEvent()
145 io.KeysDown[key] = (event->type == SDL_KEYDOWN); in ImGui_ImplSDL2_ProcessEvent()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_keyboard.c682 type = SDL_KEYDOWN; in SDL_SendKeyboardKey()
739 if (SDL_KEYDOWN == type) { in SDL_SendKeyboardKey()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dkeyboard.c268 case SDL_KEYDOWN: in main()
/third_party/flutter/skia/example/
DSkiaSDLExample.cpp70 case SDL_KEYDOWN: { in handle_events()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare2.c162 if (event.type == SDL_KEYDOWN) { in update_sdl_scene()
Dsdlshare.c434 if (event.type == SDL_KEYDOWN) { in sdl_event_loop()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_events.h93 SDL_KEYDOWN = 0x300, /**< Key pressed */ enumerator
/third_party/ffmpeg/libavdevice/
Dsdl2.c253 case SDL_KEYDOWN: in sdl2_write_packet()

12