Home
last modified time | relevance | path

Searched refs:CaptureMouseFromApp (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h663 IMGUI_API void CaptureMouseFromApp(bool want_capture_mouse_value = true); // attention: misleading name! manually override io.WantCaptureMouse flag next frame (said flag is entirely left for your application to handle). This is equivalent to setting "io.WantCaptureMouse = want_capture_mouse_value;" after the next NewFrame() call.
H A Dimgui.cpp4201 void ImGui::CaptureMouseFromApp(bool capture) in CaptureMouseFromApp() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h913 IMGUI_API void CaptureMouseFromApp(bool want_capture_mouse_value = true); // attention: misleading name! manually override io.WantCaptureMouse flag next frame (said flag is entirely left for your application to handle). This is equivalent to setting "io.WantCaptureMouse = want_capture_mouse_value;" after the next NewFrame() call.
H A Dimgui.cpp4865 void ImGui::CaptureMouseFromApp(bool capture) in CaptureMouseFromApp() function in ImGui

Completed in 56 milliseconds