Function crosstermion::input::input_channel
source · pub fn input_channel() -> Receiver<Event>
Expand description
Return a receiver of user input events to avoid blocking the main thread.
pub fn input_channel() -> Receiver<Event>
Return a receiver of user input events to avoid blocking the main thread.