rust-windowing / winit

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

How to lock orientation on iOS? #2249

Open 3442853561 opened 2 years ago

3442853561 commented 2 years ago

How to lock orientation on iOS?

madsmtm commented 2 years ago

Orientation locking is not yet supported (though it has been briefly mentioned previously in https://github.com/rust-windowing/winit/issues/696).

Related: Orientation tracking