1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-02-24 06:18:49 -05:00

Fix function signature in null joystick backend

Related to .
This commit is contained in:
Michał Cichoń 2017-07-12 23:24:08 +02:00 committed by Camilla Löwy
parent 82284b86eb
commit afbd589348

View File

@ -31,7 +31,7 @@
////// GLFW platform API //////
//////////////////////////////////////////////////////////////////////////
int _glfwPlatformPollJoystick(int jid, int mode)
int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode)
{
return GLFW_FALSE;
}