Home
last modified time | relevance | path

Searched refs:alertContents (Results 1 – 3 of 3) sorted by relevance

/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DClient.h312 std::string alertContents; variable
H A DClient_Draw.cpp697 Vector2 textSize = font->Measure(alertContents); in DrawAlert()
759 font->DrawShadow(alertContents, Vector2(pos.x + contentsSize.x - textSize.x - margin, in DrawAlert()
H A DClient.cpp517 alertContents = contents; in ShowAlert()