[]
Gets a value that determines if a cell is part of the hovering and should be highlighted.
public override bool IsCellHovered(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | col | Column index. |
Type | Description |
---|---|
bool | True if the cell is hovered, false otherwise. |