Category: Input
GetTextInput$()
String
Returns the current contents of the runtime-managed text input buffer.
Use StartTextInput to begin collecting typed text, and ClearTextInput to reset the buffer when needed.
StartTextInput()
name$ = GetTextInput$()
DrawText(fontRef, 20, 20, name$)