| 165 | } |
| 166 | |
| 167 | void InteractiveCanvas::OnMouseRightDown(wxMouseEvent& event) { |
| 168 | mouseTracker.OnMouseRightDown(event); |
| 169 | } |
| 170 | |
| 171 | void InteractiveCanvas::OnMouseRightReleased(wxMouseEvent& event) { |
| 172 | mouseTracker.OnMouseRightReleased(event); |
nothing calls this directly
no outgoing calls
no test coverage detected