📜  python 自动点击器 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:11.609000             🧑  作者: Mango

代码示例4
def on_press(key):
    if key == start_stop_key:
        if click_thread.running:
            click_thread.stop_clicking()