Function send_wayland_action_direct
pub fn send_wayland_action_direct(action: Action)Available on crate feature
winit only.Expand description
Sends a platform-specific wayland action directly to the SCTK event loop, bypassing the async Task system. This is needed when widgets queue popup actions outside of the normal message flow (e.g., text context menus that don’t publish app messages).