摘要: 按下鼠标左键, 连击 按下鼠标右键, 停止 import win32api import time from pynput.mouse import Button, Controller mouse = Controller() while True: if (win32api.GetAsyncKe 阅读全文
posted @ 2020-05-26 17:47 strive-sun 阅读(1261) 评论(0) 推荐(0) 编辑
摘要: 主要用于日常的win32窗口的测试 #include <Windows.h> #include <stdio.h> #include <iostream> using namespace std; LRESULT CALLBACK WndProc(HWND hwnd, UINT message, W 阅读全文
posted @ 2020-05-26 10:30 strive-sun 阅读(239) 评论(0) 推荐(0) 编辑