| 128 | } |
| 129 | |
| 130 | void ModeSelectorCanvas::OnMouseLeftWindow(wxMouseEvent& event) { |
| 131 | InteractiveCanvas::OnMouseLeftWindow(event); |
| 132 | SetCursor (wxCURSOR_CROSS); |
| 133 | Refresh(); |
| 134 | } |
| 135 | |
| 136 | void ModeSelectorCanvas::OnMouseEnterWindow(wxMouseEvent& event) { |
| 137 | InteractiveCanvas::mouseTracker.OnMouseEnterWindow(event); |
nothing calls this directly
no outgoing calls
no test coverage detected