Searched refs:GetScrollX (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()]
H A Dimgui_demo.cpp2007 float scroll_x = ImGui::GetScrollX(), scroll_max_x = ImGui::GetScrollMaxX();
2018 ImGui::SetScrollX(ImGui::GetScrollX() + scroll_x_delta);
H A Dimgui.cpp6385 float ImGui::GetScrollX() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h289 IMGUI_API float GetScrollX(); // get scrolling amount [0..GetScrollMaxX()]
H A Dimgui.cpp6385 float ImGui::GetScrollX() function in class:ImGui

Completed in 55 milliseconds