• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Android how to display the virtual keyboard with gms 1.4

R

royer14

Guest
Use Game Maker Studio 1.4 and portable phones.
Hi
I had tried using
Code:
get_string(str, def);
//error obtain --> obsolete
I have got an error that the code is very obsolete :eek: and has recommended me to use
Code:
get_string_async(string, default);
//return real
but this returns a numerical value
Is there any way to display the virtual keyboard on mobile devices?
I hope not to pay for an extension.;)
 
R

royer14

Guest
It returns an ID which you can then compare against in async event. Please consult the manual for more information.
oh I had not noticed this, I have some difficulty when you create many of these:

Text Name
Text Comment
 
Top