Text input / Text input field?
-
Hey there.
Is there any way to get text input? Like for getting player name (i.e. for high score list), etc?
Thanks.
-
Right now, your best bet is to use the
prompt
method available on the gameWindow and the views instance.Acts like the javascript one: opens a dialog requesting a string.
On KorGE 2.0 we might add support for native textfields over the game window
-
I'll try that, thanks.