Update internal.h

This commit is contained in:
IntellectualKitty 2016-11-25 20:57:32 -07:00 committed by GitHub
parent 7c2f18b725
commit e42c2a4df4

View File

@ -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
*/