love.gamepadreleased

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Called when a Joystick's virtual gamepad button is released.

Function

Synopsis

love.gamepadreleased( joystick, button )

Arguments

Joystick joystick
The joystick object.
GamepadButton button
The virtual gamepad button.

Returns

Nothing.

See Also


Other Languages