Searched refs:SDL_CaptureMouse (Results 1 – 12 of 12) sorted by relevance
193 extern DECLSPEC int SDLCALL SDL_CaptureMouse(SDL_bool enabled);
455 SDL_CaptureMouse(SDL_FALSE);632 SDL_CaptureMouse(SDL_bool enabled) function
629 SDL_CaptureMouse(SDL_FALSE); /* drop the capture. */ in SDL_SetKeyboardFocus()
244 SDL_CaptureMouse(any_mouse_button_down ? SDL_TRUE : SDL_FALSE); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
329 SDL_CaptureMouse(ImGui::IsAnyMouseDown() ? SDL_TRUE : SDL_FALSE); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
590 #define SDL_CaptureMouse SDL_CaptureMouse_REAL macro
619 SDL_DYNAPI_PROC(int,SDL_CaptureMouse,(SDL_bool a),(a),return)
83 * Added SDL_CaptureMouse() to capture the mouse to get events while the mouse is not in your window
3655 SDL_CaptureMouse(SDL_FALSE); in SDL_ShowMessageBox()3717 SDL_CaptureMouse(SDL_TRUE); in SDL_ShowMessageBox()
1425 const int rc = SDL_CaptureMouse(shouldCapture); in SDLTest_CommonEvent()
581 - Examples: SDL: Using SDL_CaptureMouse() to retrieve coordinates outside of client area when dragg…
2260 - Examples: SDL: Using SDL_CaptureMouse() to retrieve coordinates outside of client area when dragg…