Closed hunger closed 10 months ago
It seems that both, most important window backends, Qt and Winit, have a native built in live go-to-fullscreen capability.
window.set_fullscreen(fullscreen);
Implemented in https://github.com/slint-ui/slint/pull/4286
As discussed in #2775 about documenting fullscreen mode:
We should have a
show_fullscreen()
API toslint::Window
to control fullscreen mode programmatically.Edit(@tronical): As outlined in #3331 , the acceptance criteria for this ticket should include
show_maximized
at the same time.