Searched refs:SDL_WINDOW_INPUT_GRABBED (Results 1 – 10 of 10) sorted by relevance
1420 if (flags & SDL_WINDOW_INPUT_GRABBED) { in SDL_FinishWindowCreation()2588 if ((SDL_GetMouse()->relative_mode || (window->flags & SDL_WINDOW_INPUT_GRABBED)) && in SDL_UpdateWindowGrab()2599 grabbed_window->flags &= ~SDL_WINDOW_INPUT_GRABBED; in SDL_UpdateWindowGrab()2619 if (!!grabbed == !!(window->flags & SDL_WINDOW_INPUT_GRABBED)) { in SDL_SetWindowGrab()2623 window->flags |= SDL_WINDOW_INPUT_GRABBED; in SDL_SetWindowGrab()2625 window->flags &= ~SDL_WINDOW_INPUT_GRABBED; in SDL_SetWindowGrab()2634 …SDL_assert(!_this->grabbed_window || ((_this->grabbed_window->flags & SDL_WINDOW_INPUT_GRABBED) !=… in SDL_GetWindowGrab()2641 …SDL_assert(!_this->grabbed_window || ((_this->grabbed_window->flags & SDL_WINDOW_INPUT_GRABBED) !=… in SDL_GetGrabbedWindow()
107 SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */ enumerator
287 if (window->flags & SDL_WINDOW_INPUT_GRABBED) { in SetupWindowData()936 if ((mouse->relative_mode || (window->flags & SDL_WINDOW_INPUT_GRABBED)) && in WIN_UpdateClipCursor()
93 if (!(window->flags & SDL_WINDOW_INPUT_GRABBED)) {
1100 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()
415 state->window_flags |= SDL_WINDOW_INPUT_GRABBED; in SDLTest_CommonArg()
329 if (window->flags & SDL_WINDOW_INPUT_GRABBED) { in SetupWindowData()
Completed in 26 milliseconds