(&self)
| 357 | } |
| 358 | |
| 359 | pub fn window_shape(&self) -> BezPath { |
| 360 | self.current_transform().inverse() * self.actual_window_rect().to_path(0.1) |
| 361 | } |
| 362 | |
| 363 | pub fn mouse_region(&mut self, region: impl Shape) -> &mut MouseRegion { |
| 364 | self.mouse_region_manager.add_region(MouseRegion::new( |
nothing calls this directly
no test coverage detected