Difference between revisions of "Joystick:getAxisCount"

(Created page)
 
m (moved love.joystick.getAxisCount to Joystick:getAxisCount: function has been moved)
(No difference)

Revision as of 18:26, 26 August 2013

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