fixes and updates to 0.11

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@72 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-03-03 23:09:00 +00:00
parent daac7a94e9
commit b5e1e1384f
3 changed files with 1 additions and 3 deletions

View File

@@ -375,9 +375,7 @@ public class Tests implements WiimoteListener {
public void onMotionSensingEvent(MotionSensingEvent e) {
/* display motion sensing */
System.out.println("Motion Sensing :" + e.getOrientation() + " , "
+ e.getGforce());
System.out.println(e);
}
public void onStatusEvent(StatusEvent e) {