Joystick:getAxisCount
Available since LÖVE 0.9.0
It has been moved from
love.joystick.getNumAxes
.
Gets the number of axes on the joystick.
Function
Synopsis
axes
=
Joystick
:
getAxisCount
(
)
Arguments
None.
Returns
number axes
The number of axes available.
See Also
Joystick
Joystick:getAxis
Joystick:getAxes