From 33c6c047bf3658232d45ba0ed9e09fc8a3ae0470 Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Mon, 31 Mar 2008 19:25:08 +0000 Subject: [PATCH] Edited wiki page through web user interface. git-svn-id: http://wiiusej.googlecode.com/svn/wiki@116 ae48ae66-6a45-0410-b38e-211266189506 --- QuickUserGuide.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuickUserGuide.wiki b/QuickUserGuide.wiki index 28ff607..99ea123 100644 --- a/QuickUserGuide.wiki +++ b/QuickUserGuide.wiki @@ -10,7 +10,7 @@ 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. +3) In your code : Wiimote[] wiimotes = WiiUseApiManager.getWiimotes(X, true);//x is the number of wiimotes to connect. True : make it rumble the first time you get the wiimotes. 4) Make a class (MyListener) implementing the WiimoteListener interface.