Pudu programming language
Menu
API reference

Std.Ui.Screen.restated

1 declaration

fn

restated: &Std.Ui.Screen.Screen[S] -> S -> Result[Std.Ui.Screen.Screen[S], Std.Ui.Screen.ScreenError]

The screen showing state, for a change that did not come from an input: a shortcut, a timer, or a finished background task.

Focus is kept when the new frame still holds the focused control, and only changed regions are damaged.

Back to Std.Ui.ScreenSearch related declarations