love.graphics.checkMode( width, height, fullscreen )
Usage
love.graphics.checkMode( width, height, fullscreen )
Arguments
widthDisplay width.
heightDisplay height.
fullscreenFullscreen (true), or windowed (false).
Returns
booleanTrue if supported, false otherwise