Mouse Movement Recorder

Copyright (C) 2006  anir
Modified 2010 - Mark Cranness

Displays movements of the on-mouse-pad mouse and corresponding on-screen pointer movement.
Can be used to diagnose mouse pointer acceleration problems ('Enhance pointer precision').

Press Ctrl+C to exit/stop.
Double-click window heading to Maximize window.

Mouse data displayed includes:

- DEVICE MOVEMENT = X and Y mouse input (collected using DirectInput)
- CURSOR MOVEMENT = Pointer movement (calculated from changes in pointer location)
- FREQUENCY = Sample rate / mouse bus update rate in Hz (="per second")

If your system is busy, sometimes there might be an occasional delay before Windows 
updates the on-screen pointer position and if that happens the CURSOR MOVEMENT will 
lag behind the DEVICE MOVEMENT.