kaanosu / ValorantArduinoColorbot

Hardware Colorbot for Valorant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how i can make click

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

commented

self.serial_port.write(b'C\n')