Difference between revisions of "Joystick:getHat"

 
(One intermediate revision by one other user not shown)
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 the Joystick's [https://en.wikipedia.org/wiki/Joystick#Hat_switch hat].
== 함수 ==
+
== Function ==
=== 형식 ===
+
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
 
direction = Joystick:getHat( hat )
 
direction = Joystick:getHat( hat )
 
</source>
 
</source>
=== 매개변수 ===
+
=== Arguments ===
{{param|number (한국어)|hat|확인할 조이스틱 햇의 인덱스.}}
+
{{param|number|hat|The index of the hat to be checked.}}
 
=== Returns ===
 
=== Returns ===
{{param|JoystickHat (한국어)|direction|조이스틱 햇의 위치.}}
+
{{param|JoystickHat|direction|The direction the hat is pushed.}}
== 한국어 ==
+
== See Also ==
* [[parent::Joystick (한국어)]]
+
* [[parent::Joystick]]
* [[Joystick:getHatCount (한국어)]]
+
* [[Joystick:getHatCount]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=조이스틱 햇의 위치를 구합니다.}}
+
{{#set:Description=Gets the direction of a hat.}}
== 다른 언어 ==
+
== Other Languages ==
 
{{i18n|Joystick:getHat}}
 
{{i18n|Joystick:getHat}}

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