FocusChain.typeText

Type text to read during the next frame.

This text will then become available for reading through readText.

class FocusChain
override
void
typeText
(
scope const char[] text
)

Parameters

text char[]

Text to write into the buffer.

Meta