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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user