tags:

views:

537

answers:

1

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.

+1  A: 

I found WiiCursor on CodePlex it looks like it does what you want, or you could lift the cursor code from there and integrate with your own code.

BTW Have you seen Johnny Chung Lee's uber cool touch whiteboard

MrTelly
Johnny Chung Lee is a genious... :D
Jonathan