Tagged Questions
The wiiuse tag has no wiki summary.
8
votes
0answers
507 views
Problems using the wiiuse library and its events
I recently downloaded the wiiuse library and am having problems using it. I wrote a small code but the remote disconnects just after the connection. Even the code present at the author's website ...
2
votes
1answer
402 views
wii motionplus support
I am developing a PC application that interacts with the Wii Remote. So far I have been using the wiiuse library, which has worked great.
However wiiuse does not support the MotionPlus extension.
I ...
2
votes
3answers
814 views
Controlling mouse in linux
Basically I'm currently using the wiiuse library to get the wiimote working on linux. I want to now be able to control the mouse through the IR readings.
Can somebody point me in the right direction ...
0
votes
0answers
54 views
AttributeError: function 'wiiuse_main' not found using WiiUse library
I'm trying to use the WiiUse library with a python program I am writing. But it seems like there is a problem with the dll?
I'm using Python 2.7
The library in question is the WiiUse library, with ...
0
votes
0answers
51 views
wiiuse wiiuse_poll never returns second time through
I'm hoping someone might be able to answer this wiiuse question, since there is no mailing list or forum specific to the library. Anyway, this is the code:
void getMii(int slot) {
int max = 1;
...