MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / DrawRect

Method DrawRect

olcPixelGameEngine.h:2943–2946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2941 }
2942
2943 void PixelGameEngine::DrawRect(const olc::vi2d& pos, const olc::vi2d& size, Pixel p)
2944 {
2945 DrawRect(pos.x, pos.y, size.x, size.y, p);
2946 }
2947
2948 void PixelGameEngine::DrawRect(int32_t x, int32_t y, int32_t w, int32_t h, Pixel p)
2949 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected