Definition
-- @/=[C]:-1
function SetNextWindowScroll(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.SetNextWindowFocus() imgui.SetNextWindowFocus() end
function M.SetNextWindowScroll(ImVec2_scroll) imgui.SetNextWindowScroll(ImVec2_scroll) end
function M.SetNextWindowBgAlpha(float_alpha) imgui.SetNextWindowBgAlpha(float_alpha) end
function M.SetNextWindowFocus() imgui.SetNextWindowFocus() end
function M.SetNextWindowScroll(ImVec2_scroll) imgui.SetNextWindowScroll(ImVec2_scroll) end
function M.SetNextWindowBgAlpha(float_alpha) imgui.SetNextWindowBgAlpha(float_alpha) end