Alexandre Julliard pushed to branch master at wine / wine
Commits: b5a4c2f6 by William Horvath at 2024-12-12T22:35:41+01:00 win32u: Check for driver events more often.
Use a QPC wrapper to avoid NtGetTickCount, which is coupled to the 16 millisecond user_shared_data_timeout in server/fd.c. This lowers the throttling period to 0.25ms (8khz), which is quick enough to consume driver events from high polling rate devices.
Fixes: 54ca1ab607d3ff22a1f57a9561430f64c75f0916 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57442
- - - - -
2 changed files:
- dlls/win32u/message.c - dlls/win32u/ntuser_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b5a4c2f64ad07b0aaeddc2d8245bc79...