|
|
@ -113,6 +113,7 @@ typedef struct _GLFWlibraryNS |
|
|
|
short int keycodes[256]; |
|
|
|
short int keycodes[256]; |
|
|
|
short int scancodes[GLFW_KEY_LAST + 1]; |
|
|
|
short int scancodes[GLFW_KEY_LAST + 1]; |
|
|
|
char* clipboardString; |
|
|
|
char* clipboardString; |
|
|
|
|
|
|
|
CGPoint cascadePoint; |
|
|
|
// Where to place the cursor when re-enabled
|
|
|
|
// Where to place the cursor when re-enabled
|
|
|
|
double restoreCursorPosX, restoreCursorPosY; |
|
|
|
double restoreCursorPosX, restoreCursorPosY; |
|
|
|
// The window whose disabled cursor mode is active
|
|
|
|
// The window whose disabled cursor mode is active
|
|
|
|