MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / GetScrollY

Method GetScrollY

include/imgui/imgui.cpp:11958–11962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11956}
11957
11958float ImGui::GetScrollY()
11959{
11960 ImGuiWindow* window = GImGui->CurrentWindow;
11961 return window->Scroll.y;
11962}
11963
11964float ImGui::GetScrollMaxX()
11965{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected