QWidget.write

writes a character on terminal

  1. bool write(dchar c, Color fg, Color bg)
    class QWidget
    protected private protected final
    bool
    write
    (
    dchar c
    ,,)
  2. uint write(dstring s, Color fg, Color bg)
  3. uint _posX;
  4. uint _posY;

Return Value

Type: bool

true if done, false if outside writing area

Meta