Searched refs:SDL_WINDOW_INPUT_GRABBED (Results 1 – 10 of 10) sorted by relevance
1321 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()
242 if (window->flags & SDL_WINDOW_INPUT_GRABBED) { in SetupWindowData()810 if ((mouse->relative_mode || (window->flags & SDL_WINDOW_INPUT_GRABBED)) && in WIN_UpdateClipCursor()
108 SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */ enumerator
90 if (!(window->flags & SDL_WINDOW_INPUT_GRABBED)) {
940 if (window->flags & SDL_WINDOW_INPUT_GRABBED) {
392 if ((window->flags & SDL_WINDOW_INPUT_GRABBED)) { in DirectFB_SetWindowGrab()
215 if (!(sdlwin->flags & SDL_WINDOW_INPUT_GRABBED)) in ProcessWindowEvent()
302 flags = SDL_WINDOW_INPUT_GRABBED; in video_createWindowVariousFlags()
372 state->window_flags |= SDL_WINDOW_INPUT_GRABBED; in SDLTest_CommonArg()
318 if (window->flags & SDL_WINDOW_INPUT_GRABBED) { in SetupWindowData()