Searched refs:SDL_GetWindowGrab (Results 1 – 6 of 6) sorted by relevance
758 currentState = SDL_GetWindowGrab(window); in _setAndCheckWindowGrabState()785 originalState = SDL_GetWindowGrab(window); in video_getSetWindowGrab()804 dummyState = SDL_GetWindowGrab(NULL); in video_getSetWindowGrab()818 currentState = SDL_GetWindowGrab(window); in video_getSetWindowGrab()
837 extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowGrab(SDL_Window * window);
550 #define SDL_GetWindowGrab SDL_GetWindowGrab_REAL macro
576 SDL_DYNAPI_PROC(SDL_bool,SDL_GetWindowGrab,(SDL_Window *a),(a),return)
1447 SDL_SetWindowGrab(window, !SDL_GetWindowGrab(window) ? SDL_TRUE : SDL_FALSE); in SDLTest_CommonEvent()
2416 SDL_GetWindowGrab(SDL_Window * window) in SDL_GetWindowGrab() function