TextEdit.insertTextAtCursor

Insert a given text at the cursor position.

struct TextEdit
@nogc nothrow
void
insertTextAtCursor
(
StringArg0
)
(
in StringArg0 text
)

Meta