| 139 | } |
| 140 | |
| 141 | void InteractiveCanvas::OnMouseLeftWindow(wxMouseEvent& event) { |
| 142 | mouseTracker.OnMouseLeftWindow(event); |
| 143 | |
| 144 | shiftDown = false; |
| 145 | altDown = false; |
| 146 | ctrlDown = false; |
| 147 | } |
| 148 | |
| 149 | void InteractiveCanvas::OnMouseEnterWindow(wxMouseEvent& event) { |
| 150 | mouseTracker.OnMouseEnterWindow(event); |
nothing calls this directly
no outgoing calls
no test coverage detected