mirror of
https://github.com/glfw/glfw.git
synced 2025-12-17 04:33:14 +00:00
Fix missing event time field
This commit is contained in:
parent
994bedb024
commit
41bca2c3cd
@ -96,6 +96,7 @@ typedef struct _GLFWwindowNS
|
|||||||
// This is kept to counteract Cocoa doing the same internally
|
// This is kept to counteract Cocoa doing the same internally
|
||||||
double cursorWarpDeltaX, cursorWarpDeltaY;
|
double cursorWarpDeltaX, cursorWarpDeltaY;
|
||||||
|
|
||||||
|
double lastEventTime;
|
||||||
} _GLFWwindowNS;
|
} _GLFWwindowNS;
|
||||||
|
|
||||||
// Cocoa-specific global data
|
// Cocoa-specific global data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user