mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Merge remote-tracking branch 'adrian/multi-display-support' into multi-monitor
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ static void char_callback(GLFWwindow window, int character)
|
||||
|
||||
void monitor_callback(GLFWmonitor monitor, int event)
|
||||
{
|
||||
printf("%08x at %0.3f: Monitor %s %s",
|
||||
printf("%08x at %0.3f: Monitor %s %s\n",
|
||||
counter++,
|
||||
glfwGetTime(),
|
||||
glfwGetMonitorString(monitor, GLFW_MONITOR_NAME),
|
||||
|
||||
Reference in New Issue
Block a user