bevy/examples/window
laundmo 635320f172 Expose winit always_on_top (#6527)
# Objective

I needed a window which is always on top, to create a overlay app.

## Solution

expose the `always_on_top` property of winit in bevy's `WindowDescriptor` as a boolean flag

---

## Changelog

### Added
- add `WindowDescriptor.always_on_top` which configures a window to stay on top.
2022-11-14 22:34:29 +00:00
..
clear_color.rs
low_power.rs
multiple_windows.rs
scale_factor_override.rs
transparent_window.rs
window_resizing.rs
window_settings.rs Expose winit always_on_top (#6527) 2022-11-14 22:34:29 +00:00