[][src]Function crosstermion::input::key_input_channel

pub fn key_input_channel() -> Receiver<Key>

Return a receiver of user input events to avoid blocking the main thread.

Requires feature input-thread