Game: Pokemon Reborn
Version: 19.5.1 (JoiPlay build)
Website: https://www.rebornevo.com/pr/download/
RPG Maker Plugin: 1.20.90
Steps to reproduce:
- Start a new game and progress to the point where you need to fill the character’s name.
- You can type in a name but pressing enter doesn’t confirm it. Similarly pressing backspace has no effect.
Workarounds:
Close the Android Keyboard manually and confirm the name using C button. No workaround for backspace.
Alternatively we added an option to use the in-game keyboard instead but it is very clunky to use.
The game is internally using Input.gets
to collect the letters from Android Keyboard. This works. However Input.triggerex?(Input::KEY_RETURN)
or Input.triggerex?(Input::KEY_BACKSPACE)
to detect Enter or Backspace do not work. So far I have been unable to find any working syntax.
