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