pub fn get_best_videomode(monitor: &MonitorHandle) -> VideoModeHandle
Expand description
Gets the “best” video-mode handle from a monitor.
The heuristic for “best” prioritizes width, height, and refresh rate in that order.
pub fn get_best_videomode(monitor: &MonitorHandle) -> VideoModeHandle
Gets the “best” video-mode handle from a monitor.
The heuristic for “best” prioritizes width, height, and refresh rate in that order.