cellCursor
returns the current cursor
Parameters
- self:*const KeyboardNavigation
- *const KeyboardNavigation
Source
Implementation
pub fn cellCursor(self: *const KeyboardNavigation) Cell {
return self.cursor;
}returns the current cursor
Source
pub fn cellCursor(self: *const KeyboardNavigation) Cell {
return self.cursor;
}