Input from a touch keyboard

Monkey Forums/Monkey Programming/Input from a touch keyboard

Xaron(Posted 2011) [#1]
Hey guys, is there a way to use the build in functions for Android, iPhone and Windows 7 phone for the virtual keyboard? I'd like to have a simple text field where the player can enter his/her name for some kind of a highscore list.

How would you do that?


Xaron(Posted 2011) [#2]
Alright, will add that natively for Android and iPhone and will post the code for a module.


Loofadawg(Posted 2011) [#3]
What is the saying? Necessity is the mother of invention.


Xaron(Posted 2011) [#4]
LOL, indeed. Of course we could reinvent the wheel and code our own keyboard for Monkey but I guess users prefer the way it is already included. Of course this won't work for HTML5, Flash and GLFW then but that ok at least for me.


Loofadawg(Posted 2011) [#5]
You guys provide a great service to the community. Thanks to everyone. One of the reason I stick with the Blitz Community.


Indiepath(Posted 2011) [#6]
Of course this won't work for HTML5, Flash and GLFW then but that ok at least for me.

Why not? Surely HTML5 and Flash would use the virtual keyboard the browser brings up?


Xaron(Posted 2011) [#7]
Didn't know that a browser has a virtual keyboard yet...


anawiki(Posted 2011) [#8]
Never thought about it... so you say that there is no way to take input from virtual keyboard on Android/iOS?

We need to get player's name somehow :D


Xaron(Posted 2011) [#9]
No, there is no way yet.