Name
sdl.StartTextInput -- start accepting Unicode text events
Synopsis
sdl.StartTextInput()
Function
This function will start accepting Unicode text input events in the focused RebelSDL window, and start emitting VanillaKey. Please use this function in pair with sdl.StopTextInput().

On some platforms using this function activates the screen keyboard.

Inputs
none


Show TOC