Difference between revisions of "JoystickHat"

(correct ''other languages'')
m (Since 0.5.0? (love.joystick.getHat uses it))
Line 1: Line 1:
 +
{{newin|[[0.5.0]]|050|type=enum}}
 
Joystick hat positions.
 
Joystick hat positions.
 
== Constants ==
 
== Constants ==
Line 15: Line 16:
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Joystick hat positions.}}
 
{{#set:Description=Joystick hat positions.}}
{{#set:Since=000}}
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|JoystickHat}}
 
{{i18n|JoystickHat}}

Revision as of 09:02, 28 December 2019

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