* Checks if the mouse is over the icons. * @return True, if the mouse is over the icons. */
| 2003 | * @return True, if the mouse is over the icons. |
| 2004 | */ |
| 2005 | bool BattlescapeState::getMouseOverIcons() const |
| 2006 | { |
| 2007 | return _mouseOverIcons; |
| 2008 | } |
| 2009 | |
| 2010 | /** |
| 2011 | * Determines whether the player is allowed to press buttons. |