Customize several commands, such as a. Moving direction & coordinates, b. Move to the center of the screen, c. Move to the upper left corner of the screen, etc.
Communication, sending commands
Windows program, receiving commands
According to the command information, operate the mouse position, refer to WIN32 API:
BOOL SetCursorPos(int X, int Y); etc
BOOL SetCursorPos(int X, int Y); etc
1.Socket,
2. Mouse api
3. Parse data (processing of strings)