Function bevy::winit::get_best_videomode

pub fn get_best_videomode(monitor: &MonitorHandle) -> VideoMode
Expand description

Gets the “best” videomode from a monitor.

The heuristic for “best” prioritizes width, height, and refresh rate in that order.