(self)
| 14 | return self.puppet.model_x, self.puppet.model_y, self.puppet.model_width, self.puppet.model_height |
| 15 | |
| 16 | def update_cursor_position(self): |
| 17 | x, y = self.wm_interface.get_cursor_position() |
| 18 | self.puppet.look(x, y) |
| 19 | |
| 20 | def get_motions(self) -> list[str]: |
| 21 | return self.puppet.get_motions() |
no test coverage detected