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

Method OnMouseUp

Applications/Shell/menu.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 void OnMouseUp(vector2i_t pos){
157 obj->Open(fixedBounds.pos + (vector2i_t){fixedBounds.size.x, 0});
158 }
159
160 void UpdateFixedBounds(){
161 Widget::UpdateFixedBounds();

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.45

Tested by

no test coverage detected