[][src]Trait winit::platform::windows::MonitorHandleExtWindows

pub trait MonitorHandleExtWindows {
    fn native_id(&self) -> String;
fn hmonitor(&self) -> *mut c_void; }

Additional methods on MonitorHandle that are specific to Windows.

Required methods

fn native_id(&self) -> String

Returns the name of the monitor adapter specific to the Win32 API.

fn hmonitor(&self) -> *mut c_void

Returns the handle of the monitor - HMONITOR.

Loading content...

Implementors

impl MonitorHandleExtWindows for MonitorHandle[src]

Loading content...