mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Simplify cursor window logic
This commit is contained in:
@@ -254,6 +254,8 @@ typedef struct _GLFWlibraryWin32
|
||||
short int nativeKeys[GLFW_KEY_LAST + 1];
|
||||
// Where to place the cursor when re-enabled
|
||||
double restoreCursorPosX, restoreCursorPosY;
|
||||
// The window whose disabled cursor mode is active
|
||||
_GLFWwindow* disabledCursorWindow;
|
||||
|
||||
struct {
|
||||
HINSTANCE instance;
|
||||
|
||||
Reference in New Issue
Block a user