Function bevy_internal::winit::get_best_videomode
source · 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.