Difference between revisions of "JoystickHat"

 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
조이스틱 햇의 위치를 표현합니다.
+
{{newin|[[0.5.0]]|050|type=enum}}
== 상수 ==
+
[https://en.wikipedia.org/wiki/Joystick#Hat_switch Joystick hat] positions.
;c: 가운데
+
== Constants ==
;d: 아래
+
;c: Centered
;l: 왼쪽
+
;d: Down
;ld: 왼쪽 아래
+
;l: Left
;lu: 왼쪽 위
+
;ld: Left+Down
;r: 오른쪽
+
;lu: Left+Up
;rd: 오른쪽 아래
+
;r: Right
;ru: 오른쪽 위
+
;rd: Right+Down
;u:
+
;ru: Right+Up
== 같이 보기 ==
+
;u: Up
* [[parent::love.joystick (한국어)]]
+
== See Also ==
* [[parent::Joystick (한국어)]]
+
* [[parent::love.joystick]]
 +
* [[parent::Joystick]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=조이스틱 햇의 위치를 표현합니다.}}
+
{{#set:Description=Joystick hat positions.}}
{{#set:Since=000}}
+
== Other Languages ==
== 다른 언어 ==
+
{{i18n|JoystickHat}}
{{i18n|JoystickConstant}}
 

Latest revision as of 21:46, 20 December 2020

Available since LÖVE 0.5.0
This enum is not supported in earlier versions.

Joystick hat positions.

Constants

c
Centered
d
Down
l
Left
ld
Left+Down
lu
Left+Up
r
Right
rd
Right+Down
ru
Right+Up
u
Up

See Also

Other Languages