Difference between revisions of "Joystick:getHat"

(Created page)
 
m ('Returns' -> 'Gets')
Line 1: Line 1:
 
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getHat]]}}
 
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getHat]]}}
Returns the direction of a hat.
+
Gets the direction of a hat.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[Joystick:getHatCount]]
 
* [[Joystick:getHatCount]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Returns the direction of a hat.}}
+
{{#set:Description=Gets the direction of a hat.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Joystick:getHat}}
 
{{i18n|Joystick:getHat}}

Revision as of 21:43, 26 August 2013

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

Gets the direction of a hat.

Function

Synopsis

direction = Joystick:getHat( hat )

Arguments

number hat
The index of the hat to be checked.

Returns

JoystickConstant direction
The direction the hat is pushed.

See Also

Other Languages