Category: Input
ClearTextInput()
Void
Clears the runtime-managed text input buffer to an empty string.
This does not change whether text tracking is currently active.
ClearTextInput()
If GetTextInput$() = "" Then
DebugPrint("Text buffer cleared")
End If