GE Lua Documentation

Press F to search!

getDisplayRegion

Definition


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

Callers

@/lua/ge/extensions/core/settings/graphic.lua
    if a.gpu == graphicInformation.gpu and a.gfx == graphicInformation.api then
      local left, top, width, height = GFXDevice.getDisplayRegion(a.output:gsub("/","\\"))
      local hertz = GFXDevice.getDisplayRefreshRate(a.output:gsub("/","\\"))