kaanosu/ValorantArduinoColorbot

how i can make click

shidktbw opened this issue · 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')