MCPcopy Create free account
hub / github.com/Kethku/Pando / window_shape

Method window_shape

aspen/src/context_stack/draw_context.rs:359–361  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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(

Callers

nothing calls this directly

Calls 2

current_transformMethod · 0.80
actual_window_rectMethod · 0.80

Tested by

no test coverage detected