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 Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
low_power.rs Plugins own their settings. Rework PluginGroup trait. (#6336) 2022-10-24 21:20:33 +00:00
multiple_windows.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
scale_factor_override.rs Plugins own their settings. Rework PluginGroup trait. (#6336) 2022-10-24 21:20:33 +00:00
transparent_window.rs Plugins own their settings. Rework PluginGroup trait. (#6336) 2022-10-24 21:20:33 +00:00
window_resizing.rs Example cleanup (#6131) 2022-09-30 13:25:27 +00:00
window_settings.rs Expose winit always_on_top (#6527) 2022-11-14 22:34:29 +00:00