16 #ifndef OSGWIDGET_VIEWER_EVENT_HANDLERS
17 #define OSGWIDGET_VIEWER_EVENT_HANDLERS
19 #include <osgGA/GUIEventAdapter>
20 #include <osgGA/GUIEventHandler>
21 #include <osgWidget/WindowManager>
51 bool _handleMousePush (
float,
float,
int);
52 bool _handleMouseRelease (
float,
float,
int);
53 bool _handleMouseDoubleClick (
float,
float,
int);
54 bool _handleMouseDrag (
float,
float,
int);
55 bool _handleMouseMove (
float,
float,
int);
56 bool _handleMouseScroll (
float,
float,
int);
59 bool _doMouseEvent (
float,
float, MouseEvent);