mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Match _glfwPlatformPollJoystick() to one in internal.h for null driver.
This commit is contained in:
parent
67c9155f3b
commit
5779a3dfc5
@ -31,7 +31,7 @@
|
||||
////// GLFW platform API //////
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int _glfwPlatformPollJoystick(int jid, int mode)
|
||||
int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode)
|
||||
{
|
||||
return GLFW_FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user