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