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