Searched refs:GetScrollY (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h263 ImGui::SetScrollY(ImGui::GetScrollY() + scroll_offset * s.LineHeight);
H A Dimgui.h290 IMGUI_API float GetScrollY(); // get scrolling amount [0..GetScrollMaxY()]
H A Dimgui_demo.cpp1970 float scroll_y = ImGui::GetScrollY(), scroll_max_y = ImGui::GetScrollMaxY();
H A Dimgui.cpp505 - 2015/07/02 (1.42) - renamed GetScrollPosY() to GetScrollY(). Necessary to reduce confusion along with other scrolling functions, because positions (e.g. cursor position) are not equivalent to scrolling amount.
6390 float ImGui::GetScrollY() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h265 ImGui::SetScrollY(ImGui::GetScrollY() + scroll_offset * s.LineHeight);
H A Dimgui.h290 IMGUI_API float GetScrollY(); // get scrolling amount [0..GetScrollMaxY()]
H A Dimgui.cpp505 - 2015/07/02 (1.42) - renamed GetScrollPosY() to GetScrollY(). Necessary to reduce confusion along with other scrolling functions, because positions (e.g. cursor position) are not equivalent to scrolling amount.
6390 float ImGui::GetScrollY() function in class:ImGui

Completed in 60 milliseconds