Win32: Move to WM_INPUT for disabled cursor motion

Related to #125.
This commit is contained in:
Camilla Löwy
2017-01-10 18:16:15 +01:00
parent dd96d0ac93
commit 918b4e81d2
5 changed files with 79 additions and 12 deletions
+2
View File
@@ -257,6 +257,8 @@ typedef struct _GLFWlibraryWin32
double restoreCursorPosX, restoreCursorPosY;
// The window whose disabled cursor mode is active
_GLFWwindow* disabledCursorWindow;
RAWINPUT* rawInput;
int rawInputSize;
struct {
HINSTANCE instance;