-- @/=[C]:-1
function GetMainContext(...)
-- Context creation and access
function M.GetMainContext() return imgui.GetMainContext() end
-- Context creation and access
function M.GetMainContext() return imgui.GetMainContext() end
-- get the 1st, initial c++ context that is managed by the game engine
M.ctx = Engine.imgui.GetMainContext()
end