MCPcopy Index your code
hub / github.com/rawpython/remi / stop_drag

Method stop_drag

examples/resizable_panes.py:72–74  ·  view source on GitHub ↗
(self, emitter, x, y)

Source from the content-addressed store, hash-verified

70 self.origin_y = -1
71
72 def stop_drag(self, emitter, x, y):
73 self.active = False
74 self.update_position()
75
76 @gui.decorate_event
77 def on_drag(self, emitter, x, y):

Callers

nothing calls this directly

Calls 1

update_positionMethod · 0.95

Tested by

no test coverage detected