Home > Software engineering >  The mouse moves in the similar TXT text, how to capture the mouse message
The mouse moves in the similar TXT text, how to capture the mouse message

Time:09-16

The mouse moves in the similar TXT text, how to capture the mouse message, like the following

CodePudding user response:

Active window can receive WM_MOUSEMOVE message
API can use the GetCursorPos



  • Related