1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-22 10:18:51 -05:00

Cocoa: Initial implementation of glfwDragWindow

This commit is contained in:
Camilla Löwy 2017-09-28 19:14:51 +02:00
parent ea46ea0929
commit cad8f2f7d5

View File

@ -1300,6 +1300,7 @@ void _glfwPlatformFocusWindow(_GLFWwindow* window)
void _glfwPlatformDragWindow(_GLFWwindow* window)
{
[window->ns.object performWindowDragWithEvent:[NSApp currentEvent]];
}
void _glfwPlatformSetWindowMonitor(_GLFWwindow* window,