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

Method stop_drag

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

Source from the content-addressed store, hash-verified

145 self.origin_y = -1
146
147 def stop_drag(self, emitter, x, y):
148 self.active = False
149 self.update_position()
150
151 @gui.decorate_event
152 def on_drag(self, emitter, x, y):

Callers

nothing calls this directly

Calls 1

update_positionMethod · 0.95

Tested by

no test coverage detected