Can someone give me a few tips on how to control the mouse?
For example, I would like to be able to paint it on screen.
I know I can do this inside of onPaint using the mouse positioning but, there are functions inside the mouse class that look like they may be made specifically for it.
Additionally, how do I control the speed of the mouse? I have tried many things I thought would have worked but with no luck.
Thanks.