mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Restore cursor position on capture mode exit.
This commit is contained in:
@@ -291,6 +291,8 @@ struct _GLFWlibrary
|
||||
{
|
||||
_GLFWhints hints;
|
||||
|
||||
double cursorPosX, cursorPosY;
|
||||
|
||||
_GLFWwindow* windowListHead;
|
||||
_GLFWwindow* focusedWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user