Skip to content

TerminalInput

[Source]

Abstraction for terminal input. Forwards raw bytes to a listener.

trait tag TerminalInput

Public Behaviours

subscribe

[Source]

Begin forwarding input bytes to the given listener.

be subscribe(
  listener: InputListener tag)

Parameters


dispose

[Source]

Stop reading input and release resources.

be dispose()