mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Cocoa: Initial implementation of glfwDragWindow
This commit is contained in:
@@ -1300,6 +1300,7 @@ void _glfwPlatformFocusWindow(_GLFWwindow* window)
|
|||||||
|
|
||||||
void _glfwPlatformDragWindow(_GLFWwindow* window)
|
void _glfwPlatformDragWindow(_GLFWwindow* window)
|
||||||
{
|
{
|
||||||
|
[window->ns.object performWindowDragWithEvent:[NSApp currentEvent]];
|
||||||
}
|
}
|
||||||
|
|
||||||
void _glfwPlatformSetWindowMonitor(_GLFWwindow* window,
|
void _glfwPlatformSetWindowMonitor(_GLFWwindow* window,
|
||||||
|
|||||||
Reference in New Issue
Block a user