Difference between revisions of "JoystickHat"

(Undo revision 12797 by Bangseongbeom (talk))
Line 1: Line 1:
조이스틱 햇의 위치를 표현합니다.
+
Joystick hat positions.
== 상수 ==
+
== Constants ==
;c: 가운데
+
;c: Centered
;d: 아래
+
;d: Down
;l: 왼쪽
+
;l: Left
;ld: 왼쪽 아래
+
;ld: Left+Down
;lu: 왼쪽 위
+
;lu: Left+Up
;r: 오른쪽
+
;r: Right
;rd: 오른쪽 아래
+
;rd: Right+Down
;ru: 오른쪽 위
+
;ru: Right+Up
;u:
+
;u: Up
== 같이 보기 ==
+
== See Also ==
* [[parent::love.joystick (한국어)]]
+
* [[parent::love.joystick]]
* [[parent::Joystick (한국어)]]
+
* [[parent::Joystick]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=조이스틱 햇의 위치를 표현합니다.}}
+
{{#set:Description=Joystick hat positions.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
== 다른 언어 ==
+
== Other Languages ==
 
{{i18n|JoystickConstant}}
 
{{i18n|JoystickConstant}}

Revision as of 09:01, 2 February 2014

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