Thursday, December 27, 2007

MouseMove put to rest

Ok, the problem initially seemed to be because of my trackball mouse.  After putting a workaround where i saved the position of the mouse in mousedown and in mousemove checked to see if the position was different, I just cleaned my trackball, and lo and behold the problem went away.  It seems that because my trackball was dirty, the mousemove event kept getting called, even though the position wasn't changing.

No comments: