diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-31 08:18:04 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-31 08:18:04 +0200 |
commit | abc33d1b000ed7fbebbff9300864420fd6fb8fef (patch) | |
tree | 2e8c7d8b55c97b05f72e36679f34fb752f78ae73 /plugingui/guievent.h | |
parent | 7e7db3fe70ee4e9b7c64eb63843914f2525b8526 (diff) |
Add (working) Cocoa UI support.
Diffstat (limited to 'plugingui/guievent.h')
-rw-r--r-- | plugingui/guievent.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |