victor wrote: > i have a window with a child glwindow and i cant make the cursor change when > its over the glwindow > > it changes when im pushing down the mouse button and drag wich seems wierd.
I'm sorry, I did never use GL windows, and IIRC you're using FLTK 2, but anyways, this might help you: http://seriss.com/people/erco/fltk/#GLCursor It's for FLTK 1, though, but maybe it can help for FLTK 2 as well. Hint: You must return 1 on FL_ENTER events to get FL_MOVE and FL_LEAVE events, at least this is so for FLTK 1. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

