Semantic search

love.sensorProvides functionality to access device sensors.
love.sensorupdatedCalled when the in-device sensor is updated.
love.setDeprecationOutputSets whether LÖVE displays warnings when using deprecated functionality.
love.soundThis module is responsible for decoding sound files.
love.systemProvides access to information about the user's system.
love.texteditedCalled when the candidate text for an IME has changed.
love.textinputCalled when text has been entered by the user.
love.threadAllows you to work with threads.
love.threaderrorCallback function triggered when a Thread encounters an error.
love.timerProvides high-resolution timing functionality.
love.touchProvides an interface to touch-screen presses.
love.touchmovedCallback function triggered when a touch press moves inside the touch screen.
love.touchpressedCallback function triggered when the touch screen is touched.
love.touchreleasedCallback function triggered when the touch screen stops being touched.
love.updateCallback function used to update the state of the game every frame.
love.videoThis module is responsible for decoding and streaming video files.
love.visibleCallback function triggered when window is shown or hidden.
love.wheelmovedCallback function triggered when the mouse wheel is moved.
love.windowProvides an interface for the program's window.
lua-enetMultiplayer networking module for games.
lua-httpsA simple Lua HTTPS module using native platform backends where applicable.
socketModule for HTTP, TCP, and UDP networking.
utf8Provides basic support for manipulating UTF-8 strings.