From d7bc94d7cdffcea55ef3196b5b54c86afbe49557 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 29 Oct 2008 11:09:08 +0000 Subject: [PATCH] Added missing implementations --- src/osgWidget/Input.cpp | 5 +++++ src/osgWidget/Label.cpp | 5 +++++ 2 files changed, 10 insertions(+) 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);