Trait winit::os::macos::MonitorIdExt [] [src]

pub trait MonitorIdExt {
    fn native_id(&self) -> u32;
fn get_nsscreen(&self) -> Option<*mut c_void>; }

Additional methods on MonitorId that are specific to MacOS.

Required Methods

Returns the identifier of the monitor for Cocoa.

Returns a pointer to the NSScreen representing this monitor.

Implementors