Expand description
Event Handling
Structs§
- Event
Poll Iterator - An iterator that calls
EventPump::poll_event()
. - Event
Sender - A sendible type that can push events to the event queue.
- Event
Wait Iterator - An iterator that calls
EventPump::wait_event()
. - Event
Wait Timeout Iterator - An iterator that calls
EventPump::wait_event_timeout()
. - Event
Watch - An handler for the event watch callback.
One must bind this struct in a variable as long as you want to keep the callback active.
For further information, see [
EventSubsystem::add_event_watch
].
Enums§
- Display
Event - An enum of display events.
- Event
- Different event types.
- Event
Type - Types of events that can be delivered.
- Window
Event - An enum of window events.
Traits§
- Event
Watch Callback - A callback trait for [
EventSubsystem::add_event_watch
].