Function
love.joystick.getAxes( )
Returns the position of each axis.
Synopsis
axisDir1, axisDir2, axisDirN = love.joystick.getAxes( )
Returns
axisDir1 number Direction of axis1
axisDir2 number Direction of axis2
axisDirN number Direction of axisN
Copyright © 2006-2010 LÖVE Development Team.