Version 0.1.1a
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
ColorFontImageMusicSound
Callbacks
loadupdaterendermousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig files
Device
love.mouse
Functions
getX( )Gets the current x-position of the mouse.
getY( )Gets the current y-position of the mouse.
isDown( button )Checks whether a certain button is down.
setVisible( visible )Constrols mouse visbility.
isVisible( )Checks mouse visbility.