DVUI

lastFocusedIdInSubwindow

Last widget id we saw in the current subwindow that was focused.

Only valid between Window.beginand Window.end.

Source

Implementation

#
pub fn lastFocusedIdInSubwindow() Id {
    return currentWindow().last_focused_id_in_subwindow;
}