diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-29 09:32:52 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-29 09:32:52 +0100 |
commit | f59d2329c904e8cb5f6509050444bf2aee4b8f65 (patch) | |
tree | c1e2ed264664c030d96399016221072e9dabfc8e /plugingui/nativewindow_pugl.h | |
parent | 77cd0b84e1cef83a4fa9b77663cea65b42355f7a (diff) |
Move event skip optimization fromNativeWindowXYZ to EventHandler
Diffstat (limited to 'plugingui/nativewindow_pugl.h')
-rw-r--r-- | plugingui/nativewindow_pugl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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}; |