mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Simplify cursor window logic
This commit is contained in:
@@ -157,6 +157,8 @@ typedef struct _GLFWlibraryX11
|
||||
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;
|
||||
|
||||
// Window manager atoms
|
||||
Atom WM_PROTOCOLS;
|
||||
|
||||
Reference in New Issue
Block a user