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

Method OnMouseUp

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

Source from the content-addressed store, hash-verified

28 void Widget::OnMouseDown(__attribute__((unused)) vector2i_t mousePos){}
29
30 void Widget::OnMouseUp(__attribute__((unused)) vector2i_t mousePos){}
31
32 void Widget::OnRightMouseDown(__attribute__((unused)) vector2i_t mousePos){}
33

Callers

nothing calls this directly

Calls 2

PointInRectFunction · 0.85
OnPressFunction · 0.85

Tested by

no test coverage detected