ConsoleApplication/Win32Util.h
@@ -36,6 +36,9 @@ //键盘输入其他键 static void keyboard(int code, int delay=0); //虚拟键入 static void virtualKeyboard(HWND hwnd, int code); //键盘键入粘贴 static void keyboardPaste(); @@ -64,5 +67,7 @@ //获取现在的时间 static string getNowTime(); static void sendMessage(HWND hwnd, UINT msg, LPARAM p0, LPARAM p1); };