Hello, So I fixed up some mouse routines in tiny core/tiny x and testing on different systems; first test of USB mouse came on an HP DL360 G7 server and noted that fast clicking the left mouse button isn't noticed in many things available to me, however fast right click always works as does holding the left mouse button down a little longer on the click. This is also true of the unmodified tiny x server (fixing mouse routine has nothing to do with it). They use fltk, and this was an old version 3.1, plus my app based on the latest fltk, all had the problem, but things like wbar and text menu systems running in terminal window worked fine with fast left click. Since I had access to the x server mouse support I dumped the data and can see the mouse click is occurring and being reported as an x event properly (which is why those other things work fine). It appears to be something in fltk in this case. While other systems seem to work ok with left click, reporting on this system ma y be slightly slower due to the USB mouse which also goes through a KVM. It's possible by the time the fltk app gets the mouse down, it's already up; would that be a problem for fltk? where exactly does fltk handle detection of left click and how is left click different than right click? anyone else able to reproduce?
Thanks. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

