overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
55 stars 16 forks source link

Manage a default "back" key #18

Closed AlexKhayrullin closed 6 years ago

AlexKhayrullin commented 6 years ago

Every platform will now have a default "back" key which will allow to do the following:

This will mostly be useful in Android, as it is possible to start a game after having selected an input device (BT keyboard, BT gamepad) which isn't currently connected, or which may turn off or become otherwise unavailable during the game.

On Windows, the key is "Escape". On Android, it is the "Back" button, which Game Maker Studio considers as being equivalent to "Backspace".

While the code to cancel keymappings in progress is already in place, the rest of it (pause, "back") isn't.

VectorSatyr commented 6 years ago

By "Back" key on Android do you mean the back button on a typical Android device?

AlexKhayrullin commented 6 years ago

Yes

overbound commented 6 years ago

This sounds like another good improvement.