https://bugs.winehq.org/show_bug.cgi?id=52103 --- Comment #35 from Gerry <gerry(a)gavigan.me.uk> --- gerry(a)linux-hxu2:~/wine-git> git bisect bad 53fcfe3834da3c43838cd26bdeb4fdb335542627 is the first bad commit commit 53fcfe3834da3c43838cd26bdeb4fdb335542627 Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Mon Nov 8 09:34:57 2021 +0100 dinput: Always call the device internal poll callback. We normally should not peek messages here, but because of current winex11.drv design, we have to call MsgWaitForMultipleObjectsEx from time to time to pull keyboard or mouse events. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51956 Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> dlls/dinput/device.c | 3 +-- dlls/dinput/dinput_main.c | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) gerry(a)linux-hxu2:~/wine-git> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.