From 73aa3479e5ec852540243f8d680fb43045e50cd0 Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Thu, 13 Mar 2008 22:26:00 +0000 Subject: [PATCH] Created wiki page through web user interface. git-svn-id: http://wiiusej.googlecode.com/svn/wiki@98 ae48ae66-6a45-0410-b38e-211266189506 --- QuickUserGuide.wiki | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 QuickUserGuide.wiki diff --git a/QuickUserGuide.wiki b/QuickUserGuide.wiki new file mode 100644 index 0000000..28ff607 --- /dev/null +++ b/QuickUserGuide.wiki @@ -0,0 +1,21 @@ +#labels Featured,Phase-Deploy,wiiusej +#Quick user guide. + +=Quick doc= + +{{{ + +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. + +}}} \ No newline at end of file