Difference between revisions of "Joystick:getHat"

(Undo revision 12863 by Bangseongbeom (talk))
 
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]]}}
Gets the direction of a hat.
+
Gets the direction of the Joystick's [https://en.wikipedia.org/wiki/Joystick#Hat_switch hat].
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Latest revision as of 00:04, 16 August 2016

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

Gets the direction of the Joystick's 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