From 41bca2c3cd2ca382d91165aaa102264a6c7e703c Mon Sep 17 00:00:00 2001 From: Felipe Ferreira da Silva Date: Thu, 11 May 2017 23:52:50 -0300 Subject: [PATCH] Fix missing event time field --- src/cocoa_platform.h | 1 + 1 file changed, 1 insertion(+) 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