Re: [Matplotlib-users] Mouse input bug - Update

2012-04-19 Thread Ken Seehart
solution might be to queue the mouse events myself, and then handle them in the right order. Any other suggestions? On 4/19/2012 7:43 AM, Ken Seehart wrote: Mouse input occasionally apparently loses mouse events. The effect is a sometimes "sticky" quality to the mouse. I believe this is

[Matplotlib-users] Mouse input bug

2012-04-19 Thread Ken Seehart
Mouse input occasionally apparently loses mouse events. The effect is a sometimes "sticky" quality to the mouse. I believe this is due to incorrect handling of the mouse input queue in the main loop. Getting a mouse input queue right is a bit tricky in the presence of latency since you can't b