MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / DrawLineStrip

Function DrawLineStrip

include/Color.hpp:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 void DrawLineStrip(::Vector2* points, int numPoints) const { ::DrawLineStrip(points, numPoints, *this); }
126
127 void DrawText(const char* text, int posX = 0, int posY = 0, int fontSize = 10.0f) const {
128 ::DrawText(text, posX, posY, fontSize, *this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected