git-svn-id: http://wiiusej.googlecode.com/svn/wiki@95 ae48ae66-6a45-0410-b38e-211266189506
26 lines
656 B
Plaintext
26 lines
656 B
Plaintext
#labels Featured,Phase-Deploy
|
|
#User documentation.
|
|
|
|
=Quick doc=
|
|
|
|
To be updated very soon !!!!
|
|
|
|
|
|
{{{
|
|
|
|
1) import wiiusej.jar in your java project.
|
|
|
|
2) put the 2 dlls files libWiiUseJ.dll and wiiuse.dll at the root of your project.
|
|
Connect your wiimote to your bluetooth stack.
|
|
|
|
3) In your code : Wiimote[] wiimotes = WiiUseApiManager.getWiimotes(X);//x is the number of wiimotes to connect.
|
|
|
|
4) Make a class (MyListener) implementing the WiimoteListener interface.
|
|
|
|
5) wiimote[0].addWiiMoteEventListeners(new MyListener());//register my class as a listener of the first wiimote.
|
|
|
|
|
|
|
|
===> MyListener will receive events from the wiimotes is registered on.
|
|
|
|
}}} |