https://bugs.winehq.org/show_bug.cgi?id=48946
GloriousEggroll@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |GloriousEggroll@gmail.com
--- Comment #5 from GloriousEggroll@gmail.com --- This change seems to cause the window to close if you don't click into it so that it realizes it has focus. Happened when testing on both Watch Dogs 2 and Resident Evil 4. Removing this check:
+ if (!device->target && !desktop->foreground_input) + goto done;
Seems to work ok in both games from my end.