Currently i'm able to read info from the wii nunchuck in a C# application.
For learning pourposes, I want to program an application that controls the mouse using the wii nunchuck.
What is the simplest way to take control of the mouse programatically? do I need to use the windows API?
I need to move the pointer and simulate clicks.
Thanks.