Android device controller

when i move my phone up dow rigth left camera in game move with device
how to turn it off

i nee move camera only when you touch the screen

Off the top of my head (not verified):
I think it’s
setUseJoyStickEvents(false);
on the JmeSurfaceView object

1 Like

Thank s i try it

It could also be as simple as:

AppSettings settings = new AppSettings(true);
	settings.setUseJoysticks(false);

I know it annoyed me too, before I was able to remove it.