diff --git a/src/internal.h b/src/internal.h index 7aea807b5..4c1166eed 100644 --- a/src/internal.h +++ b/src/internal.h @@ -626,6 +626,11 @@ const float* _glfwPlatformGetJoystickAxes(int jid, int* count); */ const unsigned char* _glfwPlatformGetJoystickButtons(int jid, int* count); +/*! @copydoc glfwGetJoystickHats + * @ingroup platform + */ +const unsigned char* _glfwPlatformGetJoystickHats(int jid, int* count); + /*! @copydoc glfwGetJoystickName * @ingroup platform */