EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
965 stars 183 forks source link

Android - Allow more keys to be mapped, and add a reset game function in the quick menu when playing a game #3103

Open Mimigris opened 9 months ago

Mimigris commented 9 months ago

Player platform:

Android, continuous build of the Player.

Describe the issue in detail and how to reproduce it:

On the Android version, some keys cannot be mapped to the touch keys that you can have on-screen. This affects keys from the engine (Settings, Fps, Reset) and developer (Save, Abort Event, Show Log) part. Since those keys can be useful when playing on Android, allowing them to be mapped could help when playing games on mobile. Also, adding a reset button directly in the quick Android menu that can be opened in-game when pressing return could be useful for quickly restarting them.

(Partially related but for the keys related to the mouse or keyboard (Key Input Process EX), since there are too much keys and that it may not be easy to use on mobile as-is, I think it would be better to keep them as only usable on mobile with a real mouse or keyboard.)