Updated wrappers

This commit is contained in:
Robert Osfield
2009-03-12 17:12:48 +00:00
parent 7b5f3ec92a
commit f6eae8dc3e
32 changed files with 396 additions and 303 deletions

View File

@@ -196,6 +196,11 @@ BEGIN_OBJECT_REFLECTOR(osgViewer::View)
__void__addEventHandler__osgGA_GUIEventHandler_P1,
"Add an EventHandler that adds handling of events to the View. ",
"");
I_Method1(void, removeEventHandler, IN, osgGA::GUIEventHandler *, eventHandler,
Properties::NON_VIRTUAL,
__void__removeEventHandler__osgGA_GUIEventHandler_P1,
"Remove an EventHandler from View. ",
"");
I_Method0(osgViewer::View::EventHandlers &, getEventHandlers,
Properties::NON_VIRTUAL,
__EventHandlers_R1__getEventHandlers,