https://bugs.winehq.org/show_bug.cgi?id=52103
--- Comment #35 from Gerry gerry@gavigan.me.uk --- gerry@linux-hxu2:~/wine-git> git bisect bad 53fcfe3834da3c43838cd26bdeb4fdb335542627 is the first bad commit commit 53fcfe3834da3c43838cd26bdeb4fdb335542627 Author: Rémi Bernon rbernon@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/dinput/device.c | 3 +-- dlls/dinput/dinput_main.c | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) gerry@linux-hxu2:~/wine-git>