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
1 | axes = Joystick:getAxisCount( ) |
Arguments
None.
Returns
number axes
- The number of axes available.
Please login to continue.