Last time, weimplemented a basic autoscroller. But you may have noticed an odd side effect: Wiggling the mouse speeds up the scrolling. This happens because each wiggle of the mouse generates a newWM_MOUSEMOVEmessage, and that in turn triggers the “activate autoscroll” code, which caus...