Joystick:getAxisCount

Available since LÖVE 0.9.0
It has been renamed from love.joystick.getNumAxes.


Returns the number of axes on the joystick.

Function

Synopsis

axes = love.joystick.getAxisCount( joystick )

Arguments

number joystick
The joystick to be checked

Returns

number axes
The number of axes available

See Also

Other Languages