Difference between revisions of "Joystick:getAxis"

m
m ('Returns' -> 'Gets')
 
Line 1: Line 1:
 
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getAxis]]}}
 
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getAxis]]}}
Returns the direction of an axis.
+
Gets the direction of an axis.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 15: Line 15:
 
* [[Joystick:getAxisCount]]
 
* [[Joystick:getAxisCount]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Returns the direction of an axis.}}
+
{{#set:Description=Gets the direction of an axis.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Joystick:getAxis}}
 
{{i18n|Joystick:getAxis}}

Latest revision as of 21:42, 26 August 2013

Available since LÖVE 0.9.0
It has been moved from love.joystick.getAxis.

Gets the direction of an axis.

Function

Synopsis

direction = Joystick:getAxis( axis )

Arguments

number axis
The index of the axis to be checked.

Returns

number direction
Current value of the axis.

See Also

Other Languages