Does anyone else disable mouse events by setting mouseEventsEnabled = false; in MainActivity? I’m still getting mouse click events on the touch unless I put inputManager.setSimulateMouse(false); somewhere in the app.
Just wanted to know if it works for others before I dig into why that is.
I’m using RC2 with the engine provided in that version. I haven’t tried the latest SVN version of the engine yet.
There was a problem with disabling mouse events on Android. Fixed in next nightly. https://code.google.com/p/jmonkeyengine/source/detail?r=10012
1 Like