* Returns the X position of the grid square * the mouse is currently over. * @return X position on the grid. */
| 143 | * @return X position on the grid. |
| 144 | */ |
| 145 | int BaseView::getGridX() const |
| 146 | { |
| 147 | return _gridX; |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * Returns the Y position of the grid square |