On Thu Oct 24 22:18:33 2024 +0000, Paul Gofman wrote:
Well, Windows doesn't send WM_MOUSEMOVE if nothing really changed. Maybe checking actual sizes may be replaced with checking flags, but it seems to be conditions through flags will be more convoluted?
I didn't check each possible condition when it is sent or not sent, but IMO erroring on the side not sending the message when it is functionally not needed while Windows would send it (while we don't send it at all now) is better than sending extra.