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
Summary
Devices
List of devices
love.graphicsDevice for drawing all the graphical elements in the game.
love.audioDevice for playing audio objects (Music or Sound).
love.keyboardKeeps track of the state of the keyboard.
love.mouseKeeps track of the state of the mouse.
love.filesystemHandles interactions with the filesystem.
love.timerKeeps track of time between frames.
love.systemHandles control tasks, such as exiting and restarting.