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

Method OnMouseDown

LibLemon/src/gui/widgets.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 void Widget::Paint(__attribute__((unused)) surface_t* surface){}
27
28 void Widget::OnMouseDown(__attribute__((unused)) vector2i_t mousePos){}
29
30 void Widget::OnMouseUp(__attribute__((unused)) vector2i_t mousePos){}
31

Callers

nothing calls this directly

Calls 7

PointInRectFunction · 0.85
GetCharWidthFunction · 0.85
floorFunction · 0.85
GetFixedBoundsMethod · 0.80
sizeMethod · 0.80
OnMouseDownRelativeMethod · 0.80
lengthMethod · 0.80

Tested by

no test coverage detected