shidktbw opened this issue 9 months ago · 1 comments
this for moving: def move(self, x, y): self.serial_port.write(f'M{x},{y}\n'.encode())
but how i can make mouse click?
self.serial_port.write(b'C\n')