Joystick:getAxis

Joystick:getAxis

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

Gets the direction of an axis.

Function

Synopsis

direction = Joystick:getAxis( axis )

Arguments

number axis
The index of the axis to be checked.

Returns

number direction
Current value of the axis.

See Also

doc_love
2017-03-21 15:45:11
Comments
Leave a Comment

Please login to continue.