mirror of
https://github.com/gwm17/glfw.git
synced 2026-03-17 10:11:15 -04:00
Cocoa: Initial implementation of glfwDragWindow
This commit is contained in:
parent
ea46ea0929
commit
cad8f2f7d5
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user