-- @/=[C]:-1
function LogToTTY(...)
function M.IsWindowDocked() return imgui.IsWindowDocked() end
function M.LogToTTY(int_auto_open_depth)
if int_auto_open_depth == nil then int_auto_open_depth = -1 end
if int_auto_open_depth == nil then int_auto_open_depth = -1 end
imgui.LogToTTY(int_auto_open_depth)
end