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
@@ -429,7 +429,7 @@ static void char_callback(GLFWwindow* window, unsigned int codepoint)
|
||||
get_character_string(codepoint));
|
||||
}
|
||||
|
||||
static void drop_callback(GLFWwindow* window, int count, const char** paths)
|
||||
static void drop_callback(GLFWwindow* window, int count, const char* paths[])
|
||||
{
|
||||
int i;
|
||||
Slot* slot = glfwGetWindowUserPointer(window);
|
||||
|
||||
Reference in New Issue
Block a user