10 2022 档案

摘要:这段代码可以将你鼠标焦点经过的所有窗口都变成半透明窗口 #include <windows.h> #include <winuser.h> #include <algorithm> #include <iostream> using namespace std; char last[0xFF]; i 阅读全文
posted @ 2022-10-21 17:26 CuteNess 阅读(27) 评论(0) 推荐(0)