pub type WindowBuilderHook = Box<dyn FnOnce(ViewportBuilder) -> ViewportBuilder>;Expand description
Hook into the building of a the native window.
You can configure any platform specific details required on top of the default configuration
done by eframe.
Aliased Typeยง
pub struct WindowBuilderHook(/* private fields */);