MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getMouseOverIcons

Method getMouseOverIcons

src/Battlescape/BattlescapeState.cpp:2005–2008  ·  view source on GitHub ↗

* Checks if the mouse is over the icons. * @return True, if the mouse is over the icons. */

Source from the content-addressed store, hash-verified

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

Callers 1

drawTerrainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected