Windows mouse API

Archie
Site Admin
Posts: 144
Joined: 31 Jan 2019 15:27

Windows mouse API

Post by Archie » 10 Jul 2019 10:15

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.