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