Q: How much movement triggers a mouse-moved event?
A: Any change in the screen coordinates of the cursor (even one pixel) creates a mouse-moved or mouse-dragged event. But see the documentation for DPSSetTracking(); event coalescing may be influencing your perception of how this works.
QA7
Valid for 1.0, 2.0, 3.0, 3.1