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