Mouse control with wii nunchuck

Currently, I can read information from wii nunchuck in a C # application.

To study spills, I want to program an application that controls the mouse using wii nunchuck.

What is the easiest way to control the mouse programmatically? do i need to use windows API?

I need to move the pointer and simulate clicks.

Thanks.

+3
source share
1 answer

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

WHO you saw johnny chun lee uber cool touch board

+1
source

Source: https://habr.com/ru/post/1707042/


All Articles