Function crossterm::input[][src]

pub fn input<'stdout>(stdout: &'stdout Screen) -> TerminalInput<'stdout>

Get an Terminal Input implementation whereon input related actions can be performed. Pass the reference to any screen you want this type to perform actions on.