Searched refs:GetScrollMaxX (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h289 IMGUI_API float GetScrollX(); // get scrolling amount [0..GetScrollMaxX()]
291 IMGUI_API float GetScrollMaxX(); // get maximum scrolling amount ~~ ContentSize.X - WindowSize.X
293 IMGUI_API void SetScrollX(float scroll_x); // set scrolling amount [0..GetScrollMaxX()]
H A Dimgui_demo.cpp2007 float scroll_x = ImGui::GetScrollX(), scroll_max_x = ImGui::GetScrollMaxX();
H A Dimgui.cpp6395 float ImGui::GetScrollMaxX() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h289 IMGUI_API float GetScrollX(); // get scrolling amount [0..GetScrollMaxX()]
291 IMGUI_API float GetScrollMaxX(); // get maximum scrolling amount ~~ ContentSize.X - WindowSize.X
293 IMGUI_API void SetScrollX(float scroll_x); // set scrolling amount [0..GetScrollMaxX()]
H A Dimgui.cpp6395 float ImGui::GetScrollMaxX() function in class:ImGui

Completed in 82 milliseconds