> Hi! > > im having some problems with cursor hiding on my glwindow. > > my application is setup like this > > Window - The base window > Opengl - a glwindow > Output - For Message logging ( textfield ) > Debug - a tabgroup with pages for system specs,console, variables > etc. > > > now i want to hide the mouse when its over the glWindow, but i cant make it > work. > > ive tried setting the cursor for the glwindow to CURSOR_NONE - its invisible > until i move the mouse > > ive tried setting the cursor every main window move event - not working > > i tried setting the cursor every glwindow event - but it dosent recive mouse > events. ( it do get those events in fullscreen mode, but the cursor is still > visible )
This is with fltk-2 I suspect? There seems there may be a bug in fltk-2's handling of cursor setting in a GL window. Have you tried this with fltk-1.3, or fltk-1.1.9? I believe they work correctly. > > i tried setting the cursor all the time ( every update step ) - not working > > any feedback? > > _______________________________________________ fltk-opengl mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-opengl
