15 #include <vsg/ui/KeyEvent.h>
16 #include <vsg/ui/PointerEvent.h>
17 #include <vsg/ui/ScrollWheelEvent.h>
26 std::list<vsg::ref_ptr<vsg::UIEvent>> events;
CollectEvents is a visitor that collects ui events into a list of events.
Definition: CollectEvents.h:24
UIEvent is a base class for user interface events.
Definition: UIEvent.h:28