* Returns the base the mouse cursor is currently over. * @return ID of the base. */
| 72 | * @return ID of the base. |
| 73 | */ |
| 74 | size_t MiniBaseView::getHoveredBase() const |
| 75 | { |
| 76 | return _hoverBase; |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Changes the base that is currently selected on |