GE Lua Documentation

Press F to search!

getCurrentMonitorSize

Definition


-- @/=[C]:-1
function getCurrentMonitorSize(...)

Callers

@/lua/common/extensions/ui/imgui_custom_luaintf.lua

  function M.getCurrentMonitorSize()
    local vec2 = M.ImVec2(0, 0)
    local vec2 = M.ImVec2(0, 0)
    imgui.getCurrentMonitorSize(vec2)
    return vec2