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