Terminal.inputEnabled

Set inputEnabled property.

  1. bool inputEnabled [@property getter]
  2. bool inputEnabled [@property setter]
    class Terminal
    @property
    void
    inputEnabled
    (
    bool propval
    )

Parameters

propval bool

Controls whether the terminal allows user input. When user input is disabled, key press and mouse button press and motion events are not sent to the terminal's child.