MCPcopy Create free account
hub / github.com/bwapi/bwapi / drawEllipseMouse

Method drawEllipseMouse

bwapi/BWAPILIB/Source/Game.cpp:872–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870 this->drawEllipse(CoordinateType::Map, x, y, xrad, yrad, color, isSolid);
871 }
872 void Game::drawEllipseMouse(int x, int y, int xrad, int yrad, Color color, bool isSolid)
873 {
874 this->drawEllipse(CoordinateType::Mouse, x, y, xrad, yrad, color, isSolid);
875 }
876 void Game::drawEllipseScreen(int x, int y, int xrad, int yrad, Color color, bool isSolid)
877 {
878 this->drawEllipse(CoordinateType::Screen, x, y, xrad, yrad, color, isSolid);

Callers

nothing calls this directly

Calls 1

drawEllipseMethod · 0.45

Tested by

no test coverage detected