GE Lua Documentation

Press F to search!

GetScrollMaxX

Definition


-- @/=[C]:-1
function GetScrollMaxX(...)

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.SetScrollY(float_scroll_y) imgui.SetScrollY(float_scroll_y) end
function M.GetScrollMaxX() return imgui.GetScrollMaxX() end
function M.GetScrollMaxY() return imgui.GetScrollMaxY() end
function M.SetScrollY(float_scroll_y) imgui.SetScrollY(float_scroll_y) end
function M.GetScrollMaxX() return imgui.GetScrollMaxX() end
function M.GetScrollMaxY() return imgui.GetScrollMaxY() end