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

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

Additional methods on MonitorHandle that are specific to Windows.

Required methods

pub fn native_id(&self) -> String[src]

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

pub fn hmonitor(&self) -> *mut c_void[src]

Returns the handle of the monitor - HMONITOR.

Loading content...

Implementors

Loading content...