Browse Source

* SDK build fixed. Normen now owes me a beer

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9620 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Sha..rd 13 năm trước cách đây
mục cha
commit
6218e0ba42

+ 5 - 0
jme3-core/src/com/jme3/gde/core/scene/controller/AbstractCameraController.java

@@ -40,6 +40,7 @@ import com.jme3.input.controls.AnalogListener;
 import com.jme3.input.event.JoyAxisEvent;
 import com.jme3.input.event.JoyButtonEvent;
 import com.jme3.input.event.KeyInputEvent;
+import com.jme3.input.event.MotionSensorEvent;
 import com.jme3.input.event.MouseButtonEvent;
 import com.jme3.input.event.MouseMotionEvent;
 import com.jme3.input.event.TouchEvent;
@@ -447,6 +448,10 @@ public abstract class AbstractCameraController extends AbstractAppState implemen
 
     public void onTouchEvent(TouchEvent evt) {
     }
+    
+    public void onMotionSensorEvent(MotionSensorEvent evt) {
+    }
+    
     /**
      * APPSTATE*
      */