Android No input fields?

D

Den_er_da_hvid

Guest
I have an idea for a mobile game that relies heavely on the player typing input into several textfields before submitting (do_stuff)
I was then starting to look into reference documentation for input field and launching the keyboard on the players phone but I couldn't really find anything.
I know there are some keyboards on the marked but is there nothing in the GML that launches the phones inbuild keyboard?
Likewise. I know there are some workaraound examples of text input fields. But is there really none out of the box?

What do you use in your games for keyboard/input fields. Those from the marked or have you found some good toturials or examples? -let me know
 
D

dannyjenn

Guest
Check the manual under "Virtual Keyboard". I've never used it so I can't comment on it, but that should be what you want.
 
Top