Trait pilka_winit::winit::platform::macos::EventLoopWindowTargetExtMacOS[][src]

pub trait EventLoopWindowTargetExtMacOS {
    pub fn hide_application(&self);
pub fn hide_other_applications(&self); }

Additional methods on EventLoopWindowTarget that are specific to macOS.

Required methods

pub fn hide_application(&self)[src]

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

pub fn hide_other_applications(&self)[src]

Hide the other applications. In most applications this is typically triggered with Command+Option-H.

Loading content...

Implementors

Loading content...