Page 1 of 1

Windows mouse API

Posted: 10 Jul 2019 10:15
by Archie
Comprehensive Microsoft document explaining 'inner work' of GUI controls:

Mouse Input
https://docs.microsoft.com/en-us/window ... ouse-input
This section describes how the system provides mouse input to your application and how the application receives and processes that input.

In some cases, this is handy as well:

Raw Input
https://docs.microsoft.com/en-us/window ... /raw-input
This section describes how the system provides raw input to your application and how an application receives and processes that input. Raw input is sometimes referred to as generic input.