Updated wrappers

This commit is contained in:
Robert Osfield
2010-01-26 17:07:11 +00:00
parent 306f45fbf2
commit 0abf08b806

View File

@@ -42,24 +42,24 @@ BEGIN_OBJECT_REFLECTOR(osgWidget::Input)
__void__positioned,
"",
"");
I_Method1(bool, focus, IN, osgWidget::WindowManager *, x,
I_Method1(bool, focus, IN, const osgWidget::WindowManager *, x,
Properties::VIRTUAL,
__bool__focus__WindowManager_P1,
__bool__focus__C5_WindowManager_P1,
"",
"");
I_Method1(bool, unfocus, IN, osgWidget::WindowManager *, x,
I_Method1(bool, unfocus, IN, const osgWidget::WindowManager *, x,
Properties::VIRTUAL,
__bool__unfocus__WindowManager_P1,
__bool__unfocus__C5_WindowManager_P1,
"",
"");
I_Method3(bool, keyUp, IN, int, x, IN, int, x, IN, osgWidget::WindowManager *, x,
I_Method3(bool, keyUp, IN, int, x, IN, int, x, IN, const osgWidget::WindowManager *, x,
Properties::VIRTUAL,
__bool__keyUp__int__int__WindowManager_P1,
__bool__keyUp__int__int__C5_WindowManager_P1,
"",
"");
I_Method3(bool, keyDown, IN, int, x, IN, int, x, IN, osgWidget::WindowManager *, x,
I_Method3(bool, keyDown, IN, int, x, IN, int, x, IN, const osgWidget::WindowManager *, x,
Properties::VIRTUAL,
__bool__keyDown__int__int__WindowManager_P1,
__bool__keyDown__int__int__C5_WindowManager_P1,
"",
"");
I_Method1(void, setCursor, IN, osgWidget::Widget *, x,