gridEnd
Must be called after all body cells are created. and before any new widgets are created.
Parameters
- self:*KeyboardNavigation
- *KeyboardNavigation
Source
Implementation
pub fn gridEnd(self: *KeyboardNavigation) void {
self.last_focused_widget = dvui.lastFocusedIdInFrame();
}