Android Keyboard

Posted by rosaskenneth
it is possible to ? input on the default textfield of login screen? when calling gms_show_login()?

because im planing to create extension that shows the system keyboard of android.

Replies (1)

Last message on 6 Oct 2019

Size43 (Administrator) on 6 Oct 2019, 14:43:44
You should be able to simulate keypresses using GameMaker's built-in keyboard_key_press function.

Additionally, you can append text to the built-in, global variable keyboard_string to have it typed into whatever text field is focussed.