processEvents
Call this once per frame before the grid body cells are created.
Parameters
- self:*KeyboardNavigation
- *KeyboardNavigation
- grid:*GridWidget
- *GridWidget
Source
Implementation
pub fn processEvents(self: *KeyboardNavigation, grid: *GridWidget) void {
self.processEventsCustom(grid, GridWidget.pointToCell);
}