Struct glfw::Monitor [−][src]
pub struct Monitor { /* fields omitted */ }A struct that wraps a *GLFWmonitor handle.
Methods
impl Monitor[src]
impl Monitorpub fn get_pos(&self) -> (i32, i32)[src]
pub fn get_pos(&self) -> (i32, i32)Wrapper for glfwGetMonitorPos.
pub fn get_physical_size(&self) -> (i32, i32)[src]
pub fn get_physical_size(&self) -> (i32, i32)Wrapper for glfwGetMonitorPhysicalSize.
pub fn get_name(&self) -> String[src]
pub fn get_name(&self) -> StringWrapper for glfwGetMonitorName.
pub fn get_video_modes(&self) -> Vec<VidMode>[src]
pub fn get_video_modes(&self) -> Vec<VidMode>Wrapper for glfwGetVideoModes.
pub fn get_video_mode(&self) -> Option<VidMode>[src]
pub fn get_video_mode(&self) -> Option<VidMode>Wrapper for glfwGetVideoMode.
pub fn set_gamma(&mut self, gamma: f32)[src]
pub fn set_gamma(&mut self, gamma: f32)Wrapper for glfwSetGamma.
pub fn get_gamma_ramp(&self) -> GammaRamp[src]
pub fn get_gamma_ramp(&self) -> GammaRampWrapper for glfwGetGammaRamp.
pub fn set_gamma_ramp(&mut self, ramp: &mut GammaRamp)[src]
pub fn set_gamma_ramp(&mut self, ramp: &mut GammaRamp)Wrapper for glfwSetGammaRamp.