diff options
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}; |