SDK:
- remove MotionSensor stuff from AbstractCameraController git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9652 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
5203eb8aa2
commit
b265c277a5
@ -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…
x
Reference in New Issue
Block a user