Edited wiki page through web user interface.

git-svn-id: http://wiiusej.googlecode.com/svn/wiki@119 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-03-31 19:31:38 +00:00
parent 87c7e743e9
commit e9637d447f

View File

@@ -9,7 +9,8 @@
WiiuseJ is very easy to use. You have very few things to do get info from your wiimote(s). 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. Then make a class (for example MyClass) implementing WiimoteListener with it.