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

Method getCursorTopBlackBand

src/Engine/Screen.cpp:477–480  ·  view source on GitHub ↗

* Returns the screen's top black forbidden to cursor band's height. * @return Height in pixel. */

Source from the content-addressed store, hash-verified

475 * @return Height in pixel.
476 */
477int Screen::getCursorTopBlackBand() const
478{
479 return _cursorTopBlackBand;
480}
481
482/**
483 * Returns the screen's left black forbidden to cursor band's width.

Callers 5

runMethod · 0.80
mouseOverMethod · 0.80
mapOverMethod · 0.80
handleMethod · 0.80
timerResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected