| 276 | } |
| 277 | |
| 278 | void WMInstance::PostEvent(Lemon::LemonEvent& ev, WMWindow* win){ |
| 279 | win->PostEvent(ev); |
| 280 | } |
| 281 | |
| 282 | void WMInstance::MouseDown(){ |
| 283 | if(Lemon::Graphics::PointInRect(contextMenuBounds, input.mouse.pos)){ |
nothing calls this directly
no outgoing calls
no test coverage detected