mirror of
https://github.com/glfw/glfw.git
synced 2025-12-20 06:01:56 +00:00
Merge 01284236d6 into 271ce11509
This commit is contained in:
commit
187086ec84
@ -1181,6 +1181,8 @@ void _glfwPlatformWaitEvents(void)
|
||||
|
||||
void _glfwPlatformPostEmptyEvent(void)
|
||||
{
|
||||
_GLFWwindow* window = _glfw.windowListHead;
|
||||
SendMessage(window->win32.handle, 0, 0, 0);
|
||||
}
|
||||
|
||||
void _glfwPlatformSetCursorPos(_GLFWwindow* window, double xpos, double ypos)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user