shouldFocus
Should the widget in cellCursor() be focused this frame?
Parameters
- self:*const KeyboardNavigation
- *const KeyboardNavigation
Source
Implementation
pub fn shouldFocus(self: *const KeyboardNavigation) bool {
return self.is_focused;
}