-- @/=[C]:-1
function SetScrollHereX(...)
function M.GetScrollMaxY() return imgui.GetScrollMaxY() end
function M.SetScrollHereX(float_center_x_ratio)
if float_center_x_ratio == nil then float_center_x_ratio = 0.5 end
if float_center_x_ratio == nil then float_center_x_ratio = 0.5 end
imgui.SetScrollHereX(float_center_x_ratio)
end