pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
531 stars 248 forks source link

[Mouse] OpenArena, XServer XSDL #144

Open IntinteDAO opened 1 year ago

IntinteDAO commented 1 year ago

Hello

I have noticed that there is no mouse support in OpenArena. In fact, I remember that only one Quake 3 engine had such support in Android and maybe it is possible to add it?

I noticed that the XServer XSDL seems to have 360 degree mouse support, although it doesn't work properly for me. The cursor gets transferred to the top left corner and stays there (You can gently move it around a few pixels), so potentially for a 360 mouse this could be used (unfortunately Xserver XSDL doesn't allow - in my case at least - to move the built-in cursor as it reverts to the native Android one).

Of course it would be nice to have such a thing ;)