From David Callu, adding support for GraphicsWindowX11 window inhertance and

setWindowName() method.
This commit is contained in:
Robert Osfield
2007-09-26 09:50:32 +00:00
parent d743eb2d95
commit 18ad07160d
5 changed files with 163 additions and 51 deletions

View File

@@ -78,6 +78,9 @@ class OSGVIEWER_EXPORT GraphicsWindowWin32 : public osgViewer::GraphicsWindow
/** Override from GUIActionAdapter.*/
virtual void requestWarpPointer(float x,float y);
/** Set the name of the window */
virtual void setWindowName(const std::string& /*name*/);
/** Switch on/off the cursor.*/
virtual void useCursor(bool /*cursorOn*/);