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§
- User
Attention Kind - Intensity level for a user-attention request.
- Window
Command - App → OS command produced by a
WindowStatesignal observer.