rio_window::platform::windows

Trait MonitorHandleExtWindows

Source
pub trait MonitorHandleExtWindows {
    // Required methods
    fn native_id(&self) -> String;
    fn hmonitor(&self) -> HMONITOR;
}
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§