mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Popup windows are also known as modal windows (#848)
This commit is contained in:
parent
e087ebd1c7
commit
8f6e80917f
|
@ -85,7 +85,7 @@ If your PR makes notable changes to Winit's features, please update this section
|
||||||
- **Fullscreen toggle**: The windows created by winit can be switched to and from fullscreen after
|
- **Fullscreen toggle**: The windows created by winit can be switched to and from fullscreen after
|
||||||
creation.
|
creation.
|
||||||
- **HiDPI support**: Winit assists developers in appropriately scaling HiDPI content.
|
- **HiDPI support**: Winit assists developers in appropriately scaling HiDPI content.
|
||||||
- **Popup windows**: Windows can be created relative to the client area of other windows, and parent
|
- **Popup / modal windows**: Windows can be created relative to the client area of other windows, and parent
|
||||||
windows can be disabled in favor of popup windows. This feature also guarantees that popup windows
|
windows can be disabled in favor of popup windows. This feature also guarantees that popup windows
|
||||||
get drawn above their owner.
|
get drawn above their owner.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue