DVUI

lastFocusedIdInFrame

Last widget id we saw this frame that was the focused widget.

Pass result to lastFocusedIdInFrameSince to know if any widget was focused between the two calls.

Only valid between Window.beginand Window.end.

Source

Implementation

#
pub fn lastFocusedIdInFrame() Id {
    return currentWindow().last_focused_id_this_frame;
}