Struct glutin::MonitorId
[−]
[src]
pub struct MonitorId(_);
Identifier for a monitor.
Methods
impl MonitorId[src]
pub fn get_name(&self) -> Option<String>[src]
Returns a human-readable name of the monitor.
pub fn get_native_identifier(&self) -> NativeMonitorId[src]
Returns the native platform identifier for this monitor.
pub fn get_dimensions(&self) -> (u32, u32)[src]
Returns the number of pixels currently displayed on the monitor.