Function bevy_winit::get_best_videomode

source ·
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.