From f59d2329c904e8cb5f6509050444bf2aee4b8f65 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 29 Nov 2015 09:32:52 +0100 Subject: Move event skip optimization fromNativeWindowXYZ to EventHandler --- plugingui/nativewindow_pugl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugingui/nativewindow_pugl.h') diff --git a/plugingui/nativewindow_pugl.h b/plugingui/nativewindow_pugl.h index f5d89ab..335e7e4 100644 --- a/plugingui/nativewindow_pugl.h +++ b/plugingui/nativewindow_pugl.h @@ -54,6 +54,7 @@ public: bool hasEvent(); Event *getNextEvent(); + Event *peekNextEvent(); private: Window* window{nullptr}; -- cgit v1.2.3