Skip to main content

EventLoopBuilderHook

Type Alias EventLoopBuilderHook 

Source
pub type EventLoopBuilderHook = Box<dyn FnOnce(&mut EventLoopBuilder<UserEvent>)>;
Expand description

Hook into the building of an event loop before it is run

You can configure any platform specific details required on top of the default configuration done by EFrame.

Aliased Typeยง

pub struct EventLoopBuilderHook(/* private fields */);