Trait winit::platform::windows::MonitorHandleExtWindows

source ·
pub trait MonitorHandleExtWindows {
    // Required methods
    fn native_id(&self) -> String;
    fn hmonitor(&self) -> HMONITOR;
}
Available on windows_platform only.
Expand description

Additional methods on MonitorHandle that are specific to Windows.

Required Methods§

source

fn native_id(&self) -> String

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

source

fn hmonitor(&self) -> HMONITOR

Returns the handle of the monitor - HMONITOR.

Implementors§