-- @/=[C]:-1
function SetScrollFromPosX(...)
end
function M.SetScrollFromPosX(float_local_x, 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.SetScrollFromPosX(float_local_x, float_center_x_ratio)
end