pub trait EventLoopWindowTargetExtMacOS {
    // Required method
    fn hide_application(&self);
}
Expand description

Additional methods on EventLoopWindowTarget that are specific to macOS.

Required Methods§

source

fn hide_application(&self)

Hide the entire application. In most applications this is typically triggered with Command-H.

Implementors§