Home
last modified time | relevance | path

Searched refs:SDL_CaptureMouse (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mouse.h193 extern DECLSPEC int SDLCALL SDL_CaptureMouse(SDL_bool enabled);
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse.c455 SDL_CaptureMouse(SDL_FALSE);
632 SDL_CaptureMouse(SDL_bool enabled) function
DSDL_keyboard.c629 SDL_CaptureMouse(SDL_FALSE); /* drop the capture. */ in SDL_SetKeyboardFocus()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp244 SDL_CaptureMouse(any_mouse_button_down ? SDL_TRUE : SDL_FALSE); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp329 SDL_CaptureMouse(ImGui::IsAnyMouseDown() ? SDL_TRUE : SDL_FALSE); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h590 #define SDL_CaptureMouse SDL_CaptureMouse_REAL macro
DSDL_dynapi_procs.h619 SDL_DYNAPI_PROC(int,SDL_CaptureMouse,(SDL_bool a),(a),return)
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt83 * Added SDL_CaptureMouse() to capture the mouse to get events while the mouse is not in your window
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c3655 SDL_CaptureMouse(SDL_FALSE); in SDL_ShowMessageBox()
3717 SDL_CaptureMouse(SDL_TRUE); in SDL_ShowMessageBox()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1425 const int rc = SDL_CaptureMouse(shouldCapture); in SDLTest_CommonEvent()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt581 - Examples: SDL: Using SDL_CaptureMouse() to retrieve coordinates outside of client area when dragg…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2260 - Examples: SDL: Using SDL_CaptureMouse() to retrieve coordinates outside of client area when dragg…