AltimitSystems / mv-android-client

RPG Maker MV unofficial Android client
http://www.hbgames.org/forums/viewtopic.php?f=48&t=79391
Apache License 2.0
115 stars 36 forks source link

Add gamepad on screen #16

Closed AyraHikari closed 5 years ago

AyraHikari commented 5 years ago

In RPG Maker MV, someone made a gamepad plugins, but still it not good enough, it doesn't support multi-touch or another limitations like show on maps only (since it showed by event), even when i test another gamepad plugin with support in menu, it will conflict on another plugins. So i think an internal gamepad in android client is a good idea. Can you do it for everyone please? Thank you

felixjones commented 5 years ago

There was a time when we considered this idea, however the MV Android Client should only be focused on providing the minimal required run-time for Android, it's not our job to decide the best input system for other people's games, the game developers should find or write their own Plugins for their needs.

In the future, I might write the Plugin as a separate project from MV Android Client, but generally decisions like this should be left to the game developers, not us.