|
@@ -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*
|
|
|
*/
|