This commit is contained in:
devnought 2014-02-14 23:36:12 -05:00
commit 187086ec84

View File

@ -1181,6 +1181,8 @@ void _glfwPlatformWaitEvents(void)
void _glfwPlatformPostEmptyEvent(void) void _glfwPlatformPostEmptyEvent(void)
{ {
_GLFWwindow* window = _glfw.windowListHead;
SendMessage(window->win32.handle, 0, 0, 0);
} }
void _glfwPlatformSetCursorPos(_GLFWwindow* window, double xpos, double ypos) void _glfwPlatformSetCursorPos(_GLFWwindow* window, double xpos, double ypos)