摘要: #include <Windows.h> #include <iostream> using namespace std; HHOOK keyboardHook; LRESULT __stdcall KEYHookCallback(int nCode, WPARAM wParam, LPARAM l 阅读全文
posted @ 2020-04-03 16:05 strive-sun 阅读(260) 评论(0) 推荐(0)