diff --git a/src/osgWidget/Input.cpp b/src/osgWidget/Input.cpp index 5ee494a3a..830e6f652 100644 --- a/src/osgWidget/Input.cpp +++ b/src/osgWidget/Input.cpp @@ -173,4 +173,9 @@ bool Input::keyDown(int key, int mask, WindowManager*) { return false; } +void Input::setCursor(Widget*) +{ + warn() << "Input::setCursor(Widget*) not implemented yet."<setPosition(osg::Vec3(x, y, _calculateZ(getLayer() + 1))); } +void Label::update() +{ + warn() << "Label::update() not implemented yet."<setText(label);