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 wrote: > 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 wrote: > >> Hi all, >> I'm writing my

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 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 displa

[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