On 18.02.2008, at 20:51, simon wrote: >> I found the answer to this, using event_x() and event_y(); even >> though event_x() seems to be acting funy, but I think I can debug it.
evetn_x() and event_y() are only valid during mouse-related events (FL_ENTER, FL_PUSH, FL_MOVE, ...). Also note that these functions produce coordinates relative to the next higher Fl_Window (or derived) widget. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

