遠控項目(Windows Socket)

實現內容(屏幕,鼠標,鍵盤實時控制)   控制端: 1 #pragma once 2 3 #ifndef keybd_H 4 #define keybd_H 5 6 #include <stdio.h> 7 #include <stdlib.h> 8 9 int KeyBD(int tch) { 10 if (tch > 64 && tch < 9
相關文章
相關標籤/搜索