mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
committed by
Camilla Löwy
parent
82284b86eb
commit
afbd589348
@@ -31,7 +31,7 @@
|
||||
////// GLFW platform API //////
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int _glfwPlatformPollJoystick(int jid, int mode)
|
||||
int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode)
|
||||
{
|
||||
return GLFW_FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user