Skip to main content

Module command

Module command 

Source
Expand description

Private queue element produced by WindowState observers.

When an app-side signal write fires its observer, the observer pushes one of these into WindowStateInner::pending_os_commands. The app-level window manager drains that queue once per tick and translates each command into a winit call.

Enums§

UserAttentionKind
Intensity level for a user-attention request.
WindowCommand
App → OS command produced by a WindowState signal observer.