| 11956 | } |
| 11957 | |
| 11958 | float ImGui::GetScrollY() |
| 11959 | { |
| 11960 | ImGuiWindow* window = GImGui->CurrentWindow; |
| 11961 | return window->Scroll.y; |
| 11962 | } |
| 11963 | |
| 11964 | float ImGui::GetScrollMaxX() |
| 11965 | { |
nothing calls this directly
no outgoing calls
no test coverage detected