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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h898 ImVec2 ScrollbarClickDeltaToGrabCenter; // Distance between mouse and center of grab box, normalized in parent space. Use storage? member in struct:ImGuiContext
1021 ScrollbarClickDeltaToGrabCenter = ImVec2(0.0f, 0.0f);
H A Dimgui_widgets.cpp793 float* click_delta_to_grab_center_v = horizontal ? &g.ScrollbarClickDeltaToGrabCenter.x : &g.ScrollbarClickDeltaToGrabCenter.y;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h898 ImVec2 ScrollbarClickDeltaToGrabCenter; // Distance between mouse and center of grab box, normalized in parent space. Use storage? member in struct:ImGuiContext
1021 ScrollbarClickDeltaToGrabCenter = ImVec2(0.0f, 0.0f);
H A Dimgui_widgets.cpp793 float* click_delta_to_grab_center_v = horizontal ? &g.ScrollbarClickDeltaToGrabCenter.x : &g.ScrollbarClickDeltaToGrabCenter.y;

Completed in 35 milliseconds