* Returns the Y position of the grid square * the mouse is currently over. * @return Y position on the grid. */
| 153 | * @return Y position on the grid. |
| 154 | */ |
| 155 | int BaseView::getGridY() const |
| 156 | { |
| 157 | return _gridY; |
| 158 | } |
| 159 | |
| 160 | /** |
| 161 | * If enabled, the base view will respond to player input, |