Add borderless fullscreen mode for orbital (#4343)

This commit is contained in:
Jeremy Soller 2025-09-04 13:14:41 -07:00 committed by GitHub
parent 488c036a05
commit 4d9302b33c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 8 deletions

View file

@ -250,6 +250,7 @@ changelog entry.
### Fixed
- On Orbital, `MonitorHandle::name()` now returns `None` instead of a dummy name.
- On Orbital, implement `fullscreen`.
- On iOS, fixed `SurfaceResized` and `Window::surface_size` not reporting the size of the actual surface.
- On macOS, fixed the scancode conversion for audio volume keys.
- On macOS, fixed the scancode conversion for `IntlBackslash`.