macOS: add option to explicitly hide menu/dock in Borderless (#3882)

This commit is contained in:
Tarek Abdel Sater
2024-09-04 16:44:05 +04:00
committed by Kirill Chibisov
parent f4a5ad9c22
commit 838b2459a7
3 changed files with 55 additions and 1 deletions

View File

@@ -39,3 +39,8 @@ The migration guide could reference other migration examples in the current
changelog entry.
## Unreleased
### Added
- On macOS, add `WindowExtMacOS::set_borderless_game` and `WindowAttributesExtMacOS::with_borderless_game`
to fully disable the menu bar and dock in Borderless Fullscreen as commonly done in games.