MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / OnMouseDown

Method OnMouseDown

Applications/LemonPaint/main.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void Colour::OnMouseDown(vector2i_t mousePos){
23 canvas->colour = colour;
24}
25
26uint8_t brush0[] = {
27 255

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected