Difference between revisions of "love.joystickhat"

m (Updated for Joystick objects)
m
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
{{param|Joystick|joystick|The joystick object.}}
 
{{param|Joystick|joystick|The joystick object.}}
 
{{param|number|hat|The hat number.}}
 
{{param|number|hat|The hat number.}}
{{param|JoystickConstant|direction|The new hat direction.}}
+
{{param|JoystickHat|direction|The new hat direction.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
Line 16: Line 16:
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
 
{{#set:Description=Called when a joystick hat direction changes.}}
 
{{#set:Description=Called when a joystick hat direction changes.}}
 +
{{#set:Subcategory=Joystick}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.joystickhat}}
 
{{i18n|love.joystickhat}}

Latest revision as of 06:57, 31 October 2013

Available since LÖVE 0.9.0
This callback is not supported in earlier versions.

Called when a joystick hat direction changes.

Function

Synopsis

love.joystickhat( joystick, hat, direction )

Arguments

Joystick joystick
The joystick object.
number hat
The hat number.
JoystickHat direction
The new hat direction.

Returns

Nothing.

See Also


Other Languages