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

Method OnDoubleClick

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

Source from the content-addressed store, hash-verified

38 void Widget::OnMouseMove(__attribute__((unused)) vector2i_t mousePos) {}
39
40 void Widget::OnDoubleClick(__attribute__((unused)) vector2i_t mousePos) {}
41
42 void Widget::OnKeyPress(__attribute__((unused)) int key) {}
43

Callers 1

GUIHandleEventMethod · 0.80

Calls 5

PointInRectFunction · 0.85
floorFunction · 0.85
OnSubmitFunction · 0.85
GetFixedBoundsMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected