Skip to content

win32u: Fix key state not updating before WH_KEYBOARD hook

Hans Lehnert requested to merge hanslehnert/wine:master into master

If a message is removed from the queue with PeekMessage/GetMessage, the key state should get updated before calling the WH_KEYBOARD hooks.

Merge request reports

Loading