Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

DisplayMode

A table used for handling display modes.

Table

SYNOPSIS

local displaymode = {
    w,
    h,
    format,
    refreshRate
}

FIELDS

  • w, the width
  • h, the height
  • format, the format
  • refreshRate, the refresh rate
Clone this wiki locally