Type Alias eframe::WindowBuilderHook

source ·
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§

struct WindowBuilderHook(/* private fields */);