Skip to content

button_module:update

Looobay edited this page Apr 30, 2024 · 1 revision

Summary

This function allows you to update the state of all the buttons. You may use this function inside of love.load(dt).

Function

button_module:update(dt)

Arguments

  • dt (number) Just the dt from love.load(dt).

Returns

  • Nothing.
Clone this wiki locally