(&self, point: Pos2, transform: &PlotTransform)
| 166 | } |
| 167 | |
| 168 | fn find_closest(&self, point: Pos2, transform: &PlotTransform) -> Option<ClosestElem> { |
| 169 | find_closest_rect(&self.boxes, point, transform) |
| 170 | } |
| 171 | |
| 172 | fn on_hover( |
| 173 | &self, |
nothing calls this directly
no test coverage detected