Skip to content

Sdl getDesktopDisplayMode

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

SDL.getDesktopDisplayMode

Get the desktop display mode.

Function

SYNOPSIS

mode, err = function SDL.getDesktopDisplayMode(index)

ARGUMENTS

  • index, the display index

RETURNS

  • mode, the display mode (see DisplayMode)
  • err, the mode
Clone this wiki locally