From abc33d1b000ed7fbebbff9300864420fd6fb8fef Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 31 May 2019 08:18:04 +0200 Subject: Add (working) Cocoa UI support. --- plugingui/guievent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/guievent.h') diff --git a/plugingui/guievent.h b/plugingui/guievent.h index fe51826..fa42483 100644 --- a/plugingui/guievent.h +++ b/plugingui/guievent.h @@ -103,7 +103,7 @@ public: int x; int y; - int delta; + float delta; }; class RepaintEvent -- cgit v1.2.3