love.graphics.getWidth( )
Usage
love.graphics.getWidth( )
Arguments
None
Returns
numberThe width of the game window.
Examples
Example 1: Get the width.
width = love.graphics.getWidth()
Version 0.3.2 LÖVE DocumentationOverviewLicenseCreditsInstallingGetting startedDeviceslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.systemTypesAnimationColorFontFileImageMusicParticleSystemSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig filesKeyboard shortcuts
|
Function
love.graphics.getWidth( ) Usage love.graphics.getWidth( ) Arguments None Returns numberThe width of the game window. Examples Example 1: Get the width. width = love.graphics.getWidth() |