Joystick:getHat
Available since LÖVE 0.9.0
It has been moved from love.joystick.getHat.
Gets the direction of the Joystick's hat.
Function
Synopsis
1 | direction = Joystick:getHat( hat ) |
Arguments
number hat
- The index of the hat to be checked.
Returns
JoystickHat direction
- The direction the hat is pushed.
Please login to continue.