Version 0.3.2
LÖVE Documentation
OverviewLicenseCreditsInstallingGetting started
Devices
love.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.system
Types
AnimationColorFontFileImageMusicParticleSystemSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
Function
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