From 69b2d6336b3598957a59a37a6bc95bcb154bab95 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Sep 2016 22:28:30 -0400 Subject: Remove GLUT-like event callbacks --- pugl/pugl.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'pugl/pugl.hpp') diff --git a/pugl/pugl.hpp b/pugl/pugl.hpp index 03816c2..d405759 100644 --- a/pugl/pugl.hpp +++ b/pugl/pugl.hpp @@ -87,8 +87,6 @@ public: virtual void onDisplay() {} virtual void* getContext() { return puglGetContext(_view); } - virtual uint32_t getEventTimestamp() { return puglGetEventTimestamp(_view); } - virtual int getModifiers() { return puglGetModifiers(_view); } virtual void ignoreKeyRepeat(bool ignore) { puglIgnoreKeyRepeat(_view, ignore); } virtual void grabFocus() { puglGrabFocus(_view); } virtual PuglStatus waitForEvent() { return puglWaitForEvent(_view); } -- cgit v1.2.3