From 27f25c238e7f7a4decc5d3d160fee833d1a1e3b2 Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Mon, 10 Mar 2008 23:47:42 +0000 Subject: [PATCH] Edited wiki page through web user interface. git-svn-id: http://wiiusej.googlecode.com/svn/wiki@89 ae48ae66-6a45-0410-b38e-211266189506 --- Documentation.wiki | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/Documentation.wiki b/Documentation.wiki index 0bf65fe..e3bac2a 100644 --- a/Documentation.wiki +++ b/Documentation.wiki @@ -1,12 +1,25 @@ -#summary One-sentence summary of this page. - -= Introduction = -WiiuseJ documentation +#User documentation + + +To be updated very soon !!!! + +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. -= Details = -Add your content here. Format your content with: - * Text in *bold* or _italic_ - * Headings, paragraphs, and lists - * Automatic links to other wiki pages \ No newline at end of file