rust-windowing / winit

Window handling library in pure Rust
https://docs.rs/winit/
Apache License 2.0
4.87k stars 910 forks source link

get monitor #3989

Closed fastkits closed 2 weeks ago

fastkits commented 2 weeks ago

Description

Version 0.30.5, I want to get the monitor information, can you give a full example, on windows

Windows version

Windows

Winit version

0.30.5

kchibisov commented 2 weeks ago

Search for monitor APIs and call any of them. Examples also contain all the information needed for that.