OpenSceneGraph/include/osgViewer
Robert Osfield 70e1c60819 Added sendPointerEvent and sendKeyEvent virtual methods to osg::Image to
facilitate the subclassing of Image providing interactive behaviours so as
used in the vnc interactive VncImage class.

osgViewer::InteractiveImageHandler provides an event handler that convertes osgGA 
mouse and keyboard events into the coordinate frame of an image based on ray intersection with geometry in
the associated subgraph.

Changed the ordering of events processing in Viewer and CompositeViewer to allow
scene graph event handlers to take precidence over viewer event handlers and camera manipulators
2008-11-03 15:08:04 +00:00
..
api From Jutta Sauer, "We added a raise window method to GraphicsWindow. And added two 2008-08-15 17:32:26 +00:00
CompositeViewer From Stephan Huber, removed now redundent setEventQueue method 2008-10-03 09:19:53 +00:00
Export From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
GraphicsWindow From Jutta Sauer, "We added a raise window method to GraphicsWindow. And added two 2008-08-15 17:32:26 +00:00
Renderer Moved compile setup from osgViewer::ViewerBase into osgViewer::Renderer to 2008-05-10 17:04:02 +00:00
Scene First cut of osgDB::ImagePager for updating osg::ImageSequence 2008-07-21 09:47:39 +00:00
Version From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
View First cut of osgDB::ImagePager for updating osg::ImageSequence 2008-07-21 09:47:39 +00:00
Viewer refactored the getWindows(..) and getContexts(..) methods so that they produce 2008-09-18 15:18:59 +00:00
ViewerBase refactored the getWindows(..) and getContexts(..) methods so that they produce 2008-09-18 15:18:59 +00:00
ViewerEventHandlers Added sendPointerEvent and sendKeyEvent virtual methods to osg::Image to 2008-11-03 15:08:04 +00:00