https://bugs.winehq.org/show_bug.cgi?id=56073
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |wineserver CC| |o.dierick@piezo-forte.be Keywords| |regression Regression SHA1| |57124b9905bbdedfdd0bca77748 | |1d570ffa1769a
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Filling some fields for completeness.
--- commit 57124b9905bbdedfdd0bca777481d570ffa1769a --- author RĂ©mi Bernon rbernon@codeweavers.com Wed, 24 Jun 2020 13:28:38 +0000 (15:28 +0200) committer Alexandre Julliard julliard@winehq.org Thu, 25 Jun 2020 21:08:30 +0000 (23:08 +0200)
server: Implement rawinput inter-process message dispatch.
This delivers the rawinput messages to the correct process, regardless of where the input was received.
As for now RIDEV_INPUTSINK is still not implemented, this only fixes the case where input is injected in a background process and where it should not receive rawinput -as in the test- or when cursor moves over a background window and the foreground process should have received rawinput messages. --- end ---
Regards.