MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / GetWindowScrollbarID

Method GetWindowScrollbarID

lib/imgui/imgui_widgets.cpp:807–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807ImGuiID ImGui::GetWindowScrollbarID(ImGuiWindow* window, ImGuiAxis axis)
808{
809 return window->GetIDNoKeepAlive(axis == ImGuiAxis_X ? "#SCROLLX" : "#SCROLLY");
810}
811
812// Vertical/Horizontal scrollbar
813// The entire piece of code below is rather confusing because:

Callers

nothing calls this directly

Calls 1

GetIDNoKeepAliveMethod · 0.80

Tested by

no test coverage detected