love.graphics.point( x, y )
Usage
love.graphics.point( x, y )
Arguments
xPosition along x-axis.
yPosition along y-axis.
Returns
Nothing
Version 0.3.2 LÖVE DocumentationOverviewLicenseCreditsInstallingGetting startedDeviceslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.systemTypesAnimationColorFontFileImageMusicParticleSystemSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig filesKeyboard shortcuts
|
Function
love.graphics.point( x, y ) Usage love.graphics.point( x, y ) Arguments xPosition along x-axis. yPosition along y-axis. Returns Nothing |