When I use Spy ++, I noticed that the mouse entering the button launches the WM_TIMER series.
How does windows do this? Does he ask to notify about it or to call the function pointer after X milliseconds or does the widget register its own proc timer?
The reason I want to know this is because I am creating a gui api game in C ++ and want to enable this mechanism.
thank
source
share