Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c1321 if (flags & SDL_WINDOW_INPUT_GRABBED) { in SDL_FinishWindowCreation()
2373 if ((SDL_GetMouse()->relative_mode || (window->flags & SDL_WINDOW_INPUT_GRABBED)) && in SDL_UpdateWindowGrab()
2384 grabbed_window->flags &= ~SDL_WINDOW_INPUT_GRABBED; in SDL_UpdateWindowGrab()
2404 if (!!grabbed == !!(window->flags & SDL_WINDOW_INPUT_GRABBED)) { in SDL_SetWindowGrab()
2408 window->flags |= SDL_WINDOW_INPUT_GRABBED; in SDL_SetWindowGrab()
2410 window->flags &= ~SDL_WINDOW_INPUT_GRABBED; in SDL_SetWindowGrab()
2419 …SDL_assert(!_this->grabbed_window || ((_this->grabbed_window->flags & SDL_WINDOW_INPUT_GRABBED) !=… in SDL_GetWindowGrab()
2426 …SDL_assert(!_this->grabbed_window || ((_this->grabbed_window->flags & SDL_WINDOW_INPUT_GRABBED) !=… in SDL_GetGrabbedWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.c242 if (window->flags & SDL_WINDOW_INPUT_GRABBED) { in SetupWindowData()
810 if ((mouse->relative_mode || (window->flags & SDL_WINDOW_INPUT_GRABBED)) && in WIN_UpdateClipCursor()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h108 SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */ enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamousetap.m90 if (!(window->flags & SDL_WINDOW_INPUT_GRABBED)) {
DSDL_cocoawindow.m940 if (window->flags & SDL_WINDOW_INPUT_GRABBED) {
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_window.c392 if ((window->flags & SDL_WINDOW_INPUT_GRABBED)) { in DirectFB_SetWindowGrab()
DSDL_DirectFB_events.c215 if (!(sdlwin->flags & SDL_WINDOW_INPUT_GRABBED)) in ProcessWindowEvent()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_video.c302 flags = SDL_WINDOW_INPUT_GRABBED; in video_createWindowVariousFlags()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c372 state->window_flags |= SDL_WINDOW_INPUT_GRABBED; in SDLTest_CommonArg()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c318 if (window->flags & SDL_WINDOW_INPUT_GRABBED) { in SetupWindowData()