Difference between revisions of "Rasterizer:getHeight"

Line 1: Line 1:
 +
 +
 +
 +
Gets the direction of each axis.
 +
 
TODO
 
TODO
 +
 +
  
 
== See Also ==
 
== See Also ==
Line 6: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
  
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getAxes]]}}
+
{{#set:Description=TODO}}
Gets the direction of each axis.
 
== Function ==
 
=== Synopsis ===
 
<source lang="lua">
 
axisDir1, axisDir2, ..., axisDirN = Joystick:getAxes( )
 
</source>
 
=== Arguments ===
 
None.
 
=== Returns ===
 
{{param|number|axisDir1|Direction of axis1.}}
 
{{param|number|axisDir2|Direction of axis2.}}
 
{{param|number|axisDirN|Direction of axisN.}}
 
  
[[Category:Functions]]
 
{{#set:Description=Gets the direction of each axis.}}
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Joystick:getAxes}}
 
{{i18n|Joystick:getAxes}}

Revision as of 14:00, 6 February 2017


Gets the direction of each axis.

TODO


See Also


Other Languages