bevy/crates/bevy_window/src
François 57bf771f9a Transparent window on macos (#7617)
# Objective

- Example `transparent_window` doesn't display a transparent window on macOS
- Fixes #6330

## Solution

- Set the `composite_alpha_mode` of the window to the correct value
- Update docs
2023-03-04 14:51:23 +00:00
..
cursor.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
event.rs add Input Method Editor support (#7325) 2023-01-29 20:27:29 +00:00
lib.rs Fix closing window does not exit app in desktop_app mode (#7628) 2023-02-13 19:15:24 +00:00
raw_handle.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
system.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
window.rs Transparent window on macos (#7617) 2023-03-04 14:51:23 +00:00