Struct winit::MonitorId [] [src]

pub struct MonitorId(_);

Identifier for a monitor.

Methods

impl MonitorId
[src]

fn get_name(&self) -> Option<String>

Returns a human-readable name of the monitor.

fn get_native_identifier(&self) -> NativeMonitorId

Returns the native platform identifier for this monitor.

fn get_dimensions(&self) -> (u32, u32)

Returns the number of pixels currently displayed on the monitor.