Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.

Latest commit

 

History

History
74 lines (61 loc) · 1.26 KB

File metadata and controls

74 lines (61 loc) · 1.26 KB

Implemented

Callbacks

  • love.load
  • love.draw
  • love.update
  • love.keypressed
  • love.keyreleased
  • love.textinput
  • love.quit

love

  • love.getVersion

love.graphics

  • love.graphics.setBackgroundColor
  • love.graphics.setColor
  • love.graphics.newImage
  • love.graphics.newFont
  • love.graphics.draw
  • love.graphics.setFont
  • love.graphics.setNewFon
  • love.graphics.print
  • love.graphics.rectangle
  • love.graphics.circle
  • love.graphics.line

love.timer

  • love.timer.getTime
  • love.timer.getDelta

love.keyboard

  • love.keyboard.isDown
  • love.keyboard.setTextInput

love.event

  • love.event.quit

love.system

  • love.system.getOS
  • love.system.getLanguage
  • love.system.getUsername

love.filesystem

  • love.filesystem.read
  • love.filesystem.write
  • love.filesystem.remove
  • love.filesystem.load
  • love.filesystem.isFile
  • love.filesystem.getInfo (currently same as isFile)
  • love.filesystem.getIdentity

love.math

  • love.math.random (same as math.random)
  • love.math.setRandomSeed (same as math.randomseed)

love.audio

  • love.audio.newSource
  • love.audio.play
  • love.audio.stop

Source

  • Source:play
  • Source:stop
  • Source:getVolume
  • Source:isPlaying
  • Source:isLooping
  • Source:setLooping
  • Source:setVolume

VITA OneLua callbacks

  • onLiveArea
  • onResume