Answer the question
In order to leave comments, you need to log in
How to bind a clicker to one window?
import keyboard
import pyautogui as auto
import pyglet
import time
def s():
while not keyboard.is_pressed('t'):
auto.tripleClick( button = 'left' )
keyboard.add_hotkey('ctrl + 2', s)
input()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question