mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Update internal.h
This commit is contained in:
parent
7c2f18b725
commit
e42c2a4df4
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user