TextInput.push

Push a character or string to the input.

  1. void push(dchar character)
  2. void push(const(char)[] ch)
  3. void push(Rope text)
    class TextInput
    void
    push

Meta