From cad8f2f7d56db4c499bb26fc6b99f193a4fe5f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Thu, 28 Sep 2017 19:14:51 +0200 Subject: [PATCH] Cocoa: Initial implementation of glfwDragWindow --- src/cocoa_window.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cocoa_window.m b/src/cocoa_window.m index c7f15ffc..9de58379 100644 --- a/src/cocoa_window.m +++ b/src/cocoa_window.m @@ -1300,6 +1300,7 @@ void _glfwPlatformFocusWindow(_GLFWwindow* window) void _glfwPlatformDragWindow(_GLFWwindow* window) { + [window->ns.object performWindowDragWithEvent:[NSApp currentEvent]]; } void _glfwPlatformSetWindowMonitor(_GLFWwindow* window,