daniele-rapagnani / alephone-android

Port of the AlephOne engine on Android
GNU General Public License v3.0
40 stars 3 forks source link

Mouse Control Not Supported #43

Open tarmacprefecture opened 3 years ago

tarmacprefecture commented 3 years ago

While most things as far as using a controller or keyboard are supported, it appears as though the mouse I have connected to this tablet is not producing camera movement. Tried enabling and turning off mouse control in settings but it does not seem to have resolved the issue.

daniele-rapagnani commented 3 years ago

The problem has to do with the fact that I had to disable mouse aiming on Android. because SDL for android automatically converts touch events to mouse events messing up my touch controller. I didn't think that you can still use a pointing device on Android other than touch, I should probably see if there's a way to disable this default behaviour in SDL and restore mouse aiming.