From 0abf08b806f76b3c9de10d9afde4cfbd400f111f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 26 Jan 2010 17:07:11 +0000 Subject: [PATCH] Updated wrappers --- .../introspection/osgWidget/Input.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/osgWrappers/introspection/osgWidget/Input.cpp b/src/osgWrappers/introspection/osgWidget/Input.cpp index c384b7bd3..f2af380ee 100644 --- a/src/osgWrappers/introspection/osgWidget/Input.cpp +++ b/src/osgWrappers/introspection/osgWidget/Input.cpp @@ -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,