[STR Closed w/o Resolution]

Link: http://www.fltk.org/str.php?L2799
Version: 1.3.0


OK - I defer to the OP to weigh in, as I don't have a problem with the
behavior myself.. my mouse doesn't move between push/release.

As a last gasp on the subject, I can only recommend to the OP, he might be
able to solve this if he changes the '3' in this line (mentioned above):

  // turn off is_click if enough time or mouse movement has passed:
  if (abs(Fl::e_x_root-px)+abs(Fl::e_y_root-py) > 3 ||

..to something larger like 6. This will allow more mouse travel between
push/release as not being mistaken as "movement".


Link: http://www.fltk.org/str.php?L2799
Version: 1.3.0

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to