Fix missing event time field

This commit is contained in:
Felipe Ferreira da Silva 2017-05-11 23:52:50 -03:00
parent 994bedb024
commit 41bca2c3cd

View File

@ -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