Joystick:isDown

Available since LÖVE 0.9.0
It has been moved from love.joystick.isDown.

Checks if a button on the Joystick is pressed.

Function

Synopsis

anyDown = Joystick:isDown( button1, button2, button3, ... )

Arguments

number buttonN
The index of a button to check.

Returns

boolean anyDown
True if any supplied button is down, false if not.

See Also

Other Languages