renpy-vita icon indicating copy to clipboard operation
renpy-vita copied to clipboard

Vita Keyboard Input Bug

Open Bunkai9448 opened this issue 1 year ago • 0 comments

For creating the project I used: Ren'Py 7.3.5.606 Vita exporter shows 7.4.9 Ou

I was trying to use the user input keyboard within the vita:

    $ pName = renpy.input("Write your name and press enter to start the game.", length=10) or "Bunkai"

In contrast to the pc version, it first saves the input (or the lack of it). After that, it glitches out and prompts the keyboard again (this second time the input is not used). As a result, the dialogue for the input prompt and the dialogue right after your first input will be hidden by the keyboard screen.

Previous and following code after this snippet work as expected.

Bunkai9448 avatar Feb 21 '24 17:02 Bunkai9448