From e42c2a4df4471bf1bd01e4f49fda08a241222f6c Mon Sep 17 00:00:00 2001 From: IntellectualKitty Date: Fri, 25 Nov 2016 20:57:32 -0700 Subject: [PATCH] Update internal.h --- src/internal.h | 5 +++++ 1 file changed, 5 insertions(+) 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 */