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

Method top

LibLemon/include/lemon/gfx/types.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 int left() { return x; }
42 int right() { return x + width; }
43 int top() { return y; }
44 int bottom() { return y + height; }
45
46 int left(int newLeft) { width += x - newLeft; x = newLeft; return x; }

Callers 3

ParseFunction · 0.80
PaintMethod · 0.80
SplitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected