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
Summary
Devices
List of devices
love.objectsAn interface for creating objects within the game engine such as images or music.
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.