Difference between revisions of "love.joystick.getAxes"

(Add missing parameter)
m
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the position of each axis.}}
 
{{#set:Description=Returns the position of each axis.}}
 +
== Other Languages ==
 +
{{i18n|love.joystick.getAxes}}

Revision as of 20:41, 18 November 2010

Returns the position of each axis.

Function

Synopsis

axisDir1, axisDir2, axisDirN = love.joystick.getAxes( joystick )

Arguments

number joystick
The joystick to be checked

Returns

number axisDir1
Direction of axis1
number axisDir2
Direction of axis2
number axisDirN
Direction of axisN

See Also

Other Languages