mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
Hooked up monitor callback on OS X.
This commit is contained in:
parent
ee91dea741
commit
f6a9338b06
|
@ -201,6 +201,11 @@ static void centerCursor(_GLFWwindow *window)
|
|||
}
|
||||
}
|
||||
|
||||
- (void)applicationDidChangeScreenParameters:(NSNotification *) notification
|
||||
{
|
||||
_glfwInputMonitorChange();
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
// Translates Mac OS X key modifiers into GLFW ones
|
||||
|
|
Loading…
Reference in New Issue
Block a user