declare module "love.joystick" {
  /**
   * Joystick hat positions.
   * @link [GamepadButton](https://love2d.org/wiki/GamepadButton)
   */
  type JoystickHat = "c" | "d" | "l" | "ld" | "lu" | "r" | "rd" | "ru" | "u";
}
