(self, emitter, x, y)
| 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): |
nothing calls this directly
no test coverage detected