focusedSubwindowId
Id of the currently focused subwindow. Used by FloatingMenuWidget to
detect when to stop showing.
Only valid between Window.beginand Window.end.
Source
Implementation
pub fn focusedSubwindowId() Id {
return currentWindow().subwindows.focused_id;
}