Difference between revisions of "love.joystickhat"

(Created page)
 
m (Updated for Joystick objects)
Line 7: Line 7:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|number|joystick|The joystick number.}}
+
{{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|JoystickConstant|direction|The new hat direction.}}

Revision as of 01:11, 26 August 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.
JoystickConstant direction
The new hat direction.

Returns

Nothing.

See Also

Other Languages