Re: [osg-users] How to disable the cursor

2009-04-14 Thread tien dat
Thank you Robert, I've got it works now. Awesome.
Dat

On Tue, Apr 14, 2009 at 12:33 AM, Robert Osfield
robert.osfi...@gmail.comwrote:

 On the graphics window do gw-setCursor(false);  See osgcatch or
 osgstereimage for example usage.

 On Mon, Apr 13, 2009 at 11:08 PM, tien dat tienda...@gmail.com wrote:

 Hi all,
 I'm writing my own viewer class inherited from osgViewer class. It
 works fine except that the cursor doesn't disappear (it does display
 full screen, that's great). Could any of you tell me how to simply
 make the cursor disappear?
 Thank you very much,
 Dat
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
-
Dat Tien Nguyen
PhD student, Computer Science Department
The University of Iowa, IA 52242
http://cs.uiowa.edu/~tinguyen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] How to disable the cursor

2009-04-13 Thread tien dat
Hi all,
I'm writing my own viewer class inherited from osgViewer class. It
works fine except that the cursor doesn't disappear (it does display
full screen, that's great). Could any of you tell me how to simply
make the cursor disappear?
Thank you very much,
Dat
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] How to disable the cursor

2009-04-13 Thread Robert Osfield
On the graphics window do gw-setCursor(false);  See osgcatch or
osgstereimage for example usage.

On Mon, Apr 13, 2009 at 11:08 PM, tien dat tienda...@gmail.com wrote:

 Hi all,
 I'm writing my own viewer class inherited from osgViewer class. It
 works fine except that the cursor doesn't disappear (it does display
 full screen, that's great). Could any of you tell me how to simply
 make the cursor disappear?
 Thank you very much,
 Dat
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org