From Stephan Huber, "attached you'll find an updated carbon-implementation, which implements

the missing functionality for setWindowName and useCursor
"
This commit is contained in:
Robert Osfield
2007-12-17 10:24:20 +00:00
parent e883663072
commit 49696d776a
2 changed files with 45 additions and 5 deletions

View File

@@ -101,6 +101,9 @@ class GraphicsWindowCarbon : public osgViewer::GraphicsWindow
virtual void resizedImplementation(int x, int y, int width, int height);
virtual void setWindowName (const std::string & name);
virtual void useCursor(bool cursorOn);
WindowRef getNativeWindowRef() { return _window; }
bool handleMouseEvent(EventRef theEvent);