Restore cursor position on capture mode exit.

This commit is contained in:
Camilla Berglund
2013-04-16 20:46:58 +02:00
parent 648c8e7371
commit 008376d450
2 changed files with 13 additions and 10 deletions
+2
View File
@@ -291,6 +291,8 @@ struct _GLFWlibrary
{
_GLFWhints hints;
double cursorPosX, cursorPosY;
_GLFWwindow* windowListHead;
_GLFWwindow* focusedWindow;