mirror of
https://github.com/bevyengine/bevy
synced 2025-01-10 04:08:55 +00:00
5e8ee108cb
# Objective Implements #9082 but with an option to toggle minimize and close buttons too. ## Solution - Added an `enabled_buttons` member to the `Window` struct through which users can enable or disable specific window control buttons. --- ## Changelog - Added an `enabled_buttons` member to the `Window` struct through which users can enable or disable specific window control buttons. - Added a new system to the `window_settings` example which demonstrates the toggling functionality. --- ## Migration guide - Added an `enabled_buttons` member to the `Window` struct through which users can enable or disable specific window control buttons. |
||
---|---|---|
.. | ||
accessibility.rs | ||
converters.rs | ||
lib.rs | ||
system.rs | ||
web_resize.rs | ||
winit_config.rs | ||
winit_windows.rs |