Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify platform-specific details for
Viewport
positioning (#5715)
On Wayland (and android apparently) it is not possible for applications to position their windows or request the window position (for some reason). This is not specified in the documentation. proof: [`winit::set_outer_position`], [`winit::outer_position`], [`winit::inner_position`] all specify that Android / Wayland are not supported. [`winit::set_outer_position`]: https://docs.rs/winit/latest/winit/window/struct.Window.html#method.set_outer_position [`winit::outer_position`]: https://docs.rs/winit/latest/winit/window/struct.Window.html#method.outer_position [`winit::inner_position`]: https://docs.rs/winit/latest/winit/window/struct.Window.html#method.inner_position * Maybe closes #4469 * the lack of support makes me sad. I believe this makes some items in #3556 impossible on Wayland. Oh well! --------- Co-authored-by: lucasmerlin <[email protected]>
- Loading branch information