cock.getJoystickHatMode

Gets joystick hat mode.

Function

Synopsis

mode = cock.getJoystickHatMode ( self, joystick, hat )

Arguments

table self
An object to use.
number joystick
Optional. Internal joystick number. Will use 1 if not provided.
string joystick
Optional. Internal joystick name.
number hat
Optional. LÖVE joystick hat. Will use 1 if not provided.
string hat
Optional. Hat name.

Returns

number mode
Hat mode number.

See also