mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
635320f172
# 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. |
||
---|---|---|
.. | ||
clear_color.rs | ||
low_power.rs | ||
multiple_windows.rs | ||
scale_factor_override.rs | ||
transparent_window.rs | ||
window_resizing.rs | ||
window_settings.rs |