From 1c602035efc227dacb12d668bcb8a58ff63f5251 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 16 Jan 2003 19:27:30 +0000 Subject: [PATCH] Added DOUBLECLICK EventType to GUIEventAdapter. --- include/osgGA/GUIEventAdapter | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osgGA/GUIEventAdapter b/include/osgGA/GUIEventAdapter index f3caf6cce..a1f6bfb9f 100644 --- a/include/osgGA/GUIEventAdapter +++ b/include/osgGA/GUIEventAdapter @@ -33,6 +33,7 @@ public: enum EventType { PUSH, RELEASE, + DOUBLECLICK, DRAG, MOVE, KEYDOWN,