-- @/lua/ge/extensions/core/settings/graphic.lua:1277
M.getDisplayInformation = function()
return graphicInformation
end
local function toggleSecondView()
local outputs = core_settings_graphic.getDisplayInformation().outputs
M.secondViewOutput = (M.secondViewOutput + 1) % (tableSize(outputs)+1)