I wasn't referring to a mouse recorder or macro, but writing a program that logs all mouse movements. For example:
1) Program assumes clicks are "end points"
2) Program logs all mouse movement (x,y) per 10ms or so between end points
3) Turn x,y movements into trendlines that can be imported to determine more realistic movement styles
I'm still learning the API, so still trying to figure out the implementation.