Difference between revisions of "Joystick:getHat"

m ('Returns' -> 'Gets')
m
Line 9: Line 9:
 
{{param|number|hat|The index of the hat to be checked.}}
 
{{param|number|hat|The index of the hat to be checked.}}
 
=== Returns ===
 
=== Returns ===
{{param|JoystickConstant|direction|The direction the hat is pushed.}}
+
{{param|JoystickHat|direction|The direction the hat is pushed.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::Joystick]]
 
* [[parent::Joystick]]

Revision as of 21:59, 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

JoystickHat direction
The direction the hat is pushed.

See Also

Other Languages