Difference between revisions of "love.joystick.getAxes"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


Function

Synopsis

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

Arguments

None.

Returns

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

See Also