Files
OpenSceneGraph/include
Robert Osfield 502eced994 From Jean-Sebastein Guay, I recently had to reimplement screen capture functionality into our framework (which was broken since the switch from OSG 1.2 to 2.2 over a year and a half ago). I used the ScreenCaptureHandler which I had contributed right before OSG 2.6 shipped, bit I had to trigger the screen capture programatically instead of by a key press in some cases, so I added a convenience method to do that.
It's a minimal change, it just calls an already existing protected method. It was trivial to subclass the handler to do it in our code, but pushing the change into OSG makes sense as it's generally useful to have it in the handler itself.

I also noticed that the handle() method was overridden from osgGA::GUIEventHandler but wasn't marked virtual. It wasn't intended that subclasses not be able to override it in turn, so I've added the keyword.""
2008-12-19 17:15:10 +00:00
..
2008-12-18 11:06:57 +00:00
2008-12-17 11:00:16 +00:00
2008-12-17 11:00:16 +00:00
2008-12-19 12:58:50 +00:00
2008-12-19 10:20:23 +00:00
2008-12-09 09:25:12 +00:00
2008-12-19 12:58:50 +00:00