Function
love.graphics.checkMode( width, height, fullscreen )
This function checks whether a display mode is supported without changing the display mode. You should always make sure that a mode is supported before trying to set it with love.graphics.setMode.
Synopsis
var = love.graphics.checkMode( width, height, fullscreen )
Arguments
width Display width.
height Display height.
fullscreen Fullscreen (true), or windowed (false).
Returns
boolean True if supported, false otherwise
Copyright © 2006-2008 LÖVE Development Team.