- remove MotionSensor stuff from AbstractCameraController

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9652 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent 5203eb8aa2
commit b265c277a5
  1. 4
      sdk/jme3-core/src/com/jme3/gde/core/scene/controller/AbstractCameraController.java

@ -40,7 +40,6 @@ 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;
@ -449,9 +448,6 @@ public abstract class AbstractCameraController extends AbstractAppState implemen
public void onTouchEvent(TouchEvent evt) {
}
public void onMotionSensorEvent(MotionSensorEvent evt) {
}
/**
* APPSTATE*
*/

Loading…
Cancel
Save