Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Suck at keyboard "Enter your name" prompts #21

Open
Theguysayhi opened this issue Apr 28, 2021 · 3 comments
Open

Suck at keyboard "Enter your name" prompts #21

Theguysayhi opened this issue Apr 28, 2021 · 3 comments

Comments

@Theguysayhi
Copy link

Hi there,

When a prompt for keyboard input appears, the switch keyboard appears as normal, however, it refuses to go away even after I finish typing and hit enter.

This causes a soft lock for many games.

@ObscenityIB
Copy link

#20

Need an example for running the libnx bind for the keyboard applet

it would be required in this situation

@Theguysayhi
Copy link
Author

Theguysayhi commented May 25, 2021

$ player.name = renpy.input(_("What's your name?"), length=13) or _("Hero")
$ player.name.strip()
$ save_name = copy.deepcopy(player.name)

Here's the code in question.
After the input is provided via the keyboard applet, it does not go away.

Sorry for the late reply.

@ObscenityIB
Copy link

yeah we just have to wait for keyboard applet binding examples, then it can be possible

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants