Results for “Std.Ui.Desktop.Session”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Desktop.Session
One evaluation-owned connection to a real desktop window.
- Std.Ui.Desktop.close
&Std.Ui.Desktop.Session -> Result[(), Std.Ui.Desktop.DesktopError]Release a desktop session. A second close is reported as
SessionClosed. - Std.Ui.Desktop.open
&Std.Ui.Desktop.WindowPlan -> Result[Std.Ui.Desktop.Session, Std.Ui.Desktop.DesktopError]Acquire a real platform window for this evaluation.
- Std.Ui.Desktop.present
&Std.Ui.Desktop.Session -> &Std.Ui.Canvas.Surface -> Result[(), Std.Ui.Desktop.DesktopError]Replace the pixels shown by a session with one exact Canvas surface.
- Std.Ui.Desktop.pump
&Std.Ui.Desktop.Session -> Int -> Result[Bool, Std.Ui.Desktop.DesktopError]Pump platform events for at most
milliseconds.
