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

Method drawDotMouse

bwapi/BWAPILIB/Source/Game.cpp:897–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895 this->drawDot(CoordinateType::Map, x, y, color);
896 }
897 void Game::drawDotMouse(int x, int y, Color color)
898 {
899 this->drawDot(CoordinateType::Mouse, x, y, color);
900 }
901 void Game::drawDotScreen(int x, int y, Color color)
902 {
903 this->drawDot(CoordinateType::Screen, x, y, color);

Callers

nothing calls this directly

Calls 1

drawDotMethod · 0.45

Tested by

no test coverage detected