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

Method OnHover

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

Source from the content-addressed store, hash-verified

34 void Widget::OnRightMouseUp(__attribute__((unused)) vector2i_t mousePos){}
35
36 void Widget::OnHover(__attribute__((unused)) vector2i_t mousePos){}
37
38 void Widget::OnMouseMove(__attribute__((unused)) vector2i_t mousePos) {}
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected