Skip to main content

Crate gelo

Crate gelo 

Source

Structs§

InputEvent
The event structure itself

Enums§

GrabStatus
Whether to continue grabbing events or to stop Used in filter_map_events (and others)

Functions§

filter_map_events
Similar to Iterator’s filter_map, only this blocks waiting for input
filter_map_events_noreturn
Like filter_map_events, only never returns
filter_map_events_with_delay
Similar to Iterator’s filter_map, only this blocks waiting for input
filter_map_events_with_delay_noreturn
Like filter_map_events_with_delay, only never returns