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

Method OnRightMouseDown

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

Source from the content-addressed store, hash-verified

30 void Widget::OnMouseUp(__attribute__((unused)) vector2i_t mousePos){}
31
32 void Widget::OnRightMouseDown(__attribute__((unused)) vector2i_t mousePos){}
33
34 void Widget::OnRightMouseUp(__attribute__((unused)) vector2i_t mousePos){}
35

Callers 1

GUIHandleEventMethod · 0.80

Calls 3

PointInRectFunction · 0.85
GetFixedBoundsMethod · 0.80
DisplayContextMenuMethod · 0.80

Tested by

no test coverage detected