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

Function DrawPixel

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

Source from the content-addressed store, hash-verified

93 }
94
95 void DrawPixel(int x, int y) const { ::DrawPixel(x, y, *this); }
96
97 /**
98 * Draw a pixel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected