Is there a way to smooth out the mouse movments? I want to remove all the small jitter in normal mouse moving with the hand, like you can never draw a clean line in paint because of you hand doing small jittering movments.
This might be hard to understand what i mean, but if you know zbrush they have a feature that is called lazy mouse http://www.pixologic.com/docs/index.php/Lazy_Mouse im looking for a way to recreate this inside my app. I can read the mouse position with Cursor.Position but i dont find a way to average out these numbers before they get sent to the pointer on the screen.