Home
last modified time | relevance | path

Searched refs:coordsLabel (Results 1 – 2 of 2) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/
H A Dhud.cpp123coordsLabel = addChild (std::make_unique<cLabel> (cBox<cPosition> (cPosition (265, getEndPosition(… in cHud()
503 coordsLabel->setText (text); in setCoordinatesText()
536 coordsLabel->moveTo (cPosition (265, getEndPosition().y() - 18)); in resizeToResolution()
H A Dhud.h200 cLabel* coordsLabel; variable