mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Improve (?) reference documentation for callbacks
(cherry picked from commit 51bb76c7c3)
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ static void joystick_callback(int jid, int event)
|
||||
glfwRequestWindowAttention(window);
|
||||
}
|
||||
|
||||
static void drop_callback(GLFWwindow* window, int count, const char** paths)
|
||||
static void drop_callback(GLFWwindow* window, int count, const char* paths[])
|
||||
{
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user