Moved InfraredEvent. Divided DeviceListenerInterface to ButtonListener and AccelerationListener. Added RotationListener for basic Wii Motion Plus support (isn't used for gesture recognition yet), but readout works. wiigee is one of the first libs to support the wii motion plus. Thanks to anyone, who contributed to find out the initialization procedure (wiibrew-wiki, cwiid).

git-svn-id: svn://svn.code.sf.net/p/wiigee/code/trunk@93 c7eff9ee-dd40-0410-8832-91a4d88773cf
This commit is contained in:
bepo23
2009-06-17 15:14:06 +00:00
parent fbc31dc6a4
commit 2765a04a9f
12 changed files with 103 additions and 131 deletions

View File

@@ -33,7 +33,7 @@ import org.wiigee.util.Log;
public class Wiigee {
protected static String version = "1.5 alpha";
protected static String releasedate = "20090605";
protected static String releasedate = "20090617";
protected Wiigee() {
Log.write("This is wiigee version "+version+" ("+releasedate+")");