From e9637d447ff8cd66157278b22af045c3a3eb3661 Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Mon, 31 Mar 2008 19:31:38 +0000 Subject: [PATCH] Edited wiki page through web user interface. git-svn-id: http://wiiusej.googlecode.com/svn/wiki@119 ae48ae66-6a45-0410-b38e-211266189506 --- Documentation.wiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation.wiki b/Documentation.wiki index b53aaf1..d42befd 100644 --- a/Documentation.wiki +++ b/Documentation.wiki @@ -9,7 +9,8 @@ WiiuseJ is very easy to use. You have very few things to do get info from your wiimote(s). -First, make a project. Import wiiusej.jar and in it put the 2 dlls files at the root of your project. +First, make a project. Import wiiusej.jar and put the 2 dlls files at the root of your project (or the two .so files if you are under linux). + Then make a class (for example MyClass) implementing WiimoteListener with it.