diff --git a/src/cocoa_platform.h b/src/cocoa_platform.h index 74db7fa59..3963345d0 100644 --- a/src/cocoa_platform.h +++ b/src/cocoa_platform.h @@ -96,6 +96,7 @@ typedef struct _GLFWwindowNS // This is kept to counteract Cocoa doing the same internally double cursorWarpDeltaX, cursorWarpDeltaY; + double lastEventTime; } _GLFWwindowNS; // Cocoa-specific global data