Update input.c

This commit is contained in:
Tungstend 2024-01-15 19:43:49 +08:00
parent 85f2ebdf79
commit 1314659940
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape)
GLFWAPI void glfwDestroyCursor(GLFWcursor *handle) {}
GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorHandle){}
GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorHandle) {}
GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* handle, GLFWkeyfun cbfun)
{