diff options
author | David Robillard <d@drobilla.net> | 2016-09-18 22:28:30 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-18 22:28:30 -0400 |
commit | 69b2d6336b3598957a59a37a6bc95bcb154bab95 (patch) | |
tree | c3bdd423f0f795993e96c093f4ecdba09a6cc78b /pugl/pugl.hpp | |
parent | 8150102ad806632e70f8bd8cd211dbe74bc40be5 (diff) |
Remove GLUT-like event callbacks
Diffstat (limited to 'pugl/pugl.hpp')
-rw-r--r-- | pugl/pugl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |