mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
glfwPostEmptyEvent win32 implementation
This commit is contained in:
parent
271ce11509
commit
01284236d6
@ -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