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

Method drag_window

aspen/src/context_stack/attached_context.rs:68–70  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn drag_window(&self) {
69 self.window.drag_window().expect("Could not drag window");
70 }
71
72 pub fn drag_resize_window(&self, direction: ResizeDirection) {
73 self.window

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected