feature: allow fullscreen without alternative screen (#777)

This should solve #766

The original PR was:
#767

Co-authored-by: rbrugo <brugo.riccardo@gmail.com>
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
This commit is contained in:
Arthur Sonzogni
2023-11-11 17:57:07 +01:00
committed by GitHub
parent c31aecf2ed
commit b970cb6ea8
3 changed files with 31 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ current (development)
```
A couple of components are now activated when the mouse is pressed,
as opposed to released.
- Feature: Add `ScreenInteractive::FullscreenPrimaryScreen()`. This allows
displaying a fullscreen component on the primary screen, as opposed to the
alternate screen.
- Bugfix: `Input` `onchange` was not called on backspace or delete key.
Fixed by @chrysante in chrysante in PR #776.