FocusIO.typeText

Write text received from the system. Input devices should call this function every frame to transmit text that the user wrote on the keyboard, which other nodes can then read through readText.

interface FocusIO
void
typeText
(
scope const char[] text
)

Parameters

text char[]

Text written by the user.

Meta