diff --git a/Documentation.wiki b/Documentation.wiki index 7d15e3a..eb9c1b4 100644 --- a/Documentation.wiki +++ b/Documentation.wiki @@ -13,7 +13,7 @@ First, make a project. Import wiiusej.jar and in it put the 2 dlls files at the 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. +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. {{{