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

Method PostEvent

System/LemonWM/wm.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void WMInstance::PostEvent(Lemon::LemonEvent& ev, WMWindow* win){
279 win->PostEvent(ev);
280}
281
282void WMInstance::MouseDown(){
283 if(Lemon::Graphics::PointInRect(contextMenuBounds, input.mouse.pos)){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected