So, basically I want to know how to type something while the game is running. So if I had a signup sheet and needed you to submit a username, how would I do that and how would I get the keyboard to pop up on a tablet? Should I just make a custom keyboard layout? Like have a sprite with the letter E for example and say when spr_E is clicked => set text: ""+e or something like that?