From 8c2bd434617d5bc1338b8347be6bbadc7ac466f5 Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Thu, 13 Mar 2008 22:50:13 +0000 Subject: [PATCH] Edited wiki page through web user interface. git-svn-id: http://wiiusej.googlecode.com/svn/wiki@101 ae48ae66-6a45-0410-b38e-211266189506 --- Documentation.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.wiki b/Documentation.wiki index 7fb7460..7d15e3a 100644 --- a/Documentation.wiki +++ b/Documentation.wiki @@ -12,7 +12,7 @@ WiiuseJ is very easy to use. You have very few things to do get info from your w First, make a project. Import wiiusej.jar and in it put the 2 dlls files at the root of your project. -Then make a class ( for example MyClass ) and implements WiimoteListener with it. +Then make a class (for example MyClass) implementing WiimoteListener with it. For example, in the following example, each method implemented receives the differents event Types : ButtonsEvent, IREvent, MotionSensingEvent, StatusEvent and DisconnectionEvent (check Javadoc to see what infos you get from each event type). In this case in each method we only display the event received.