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

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

Additional methods on MonitorHandle that are specific to Windows.

Required methods

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

Expand description

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

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

Expand description

Returns the handle of the monitor - HMONITOR.

Loading content...

Implementors

Loading content...