From: "Rémi Bernon" Subject: Re: [PATCH 1/5] server: Add process argument to find_rawinput_device. Message-Id: <31d5cfe0-1da1-42bc-2cfa-346ec9410168@codeweavers.com> Date: Wed, 10 Feb 2021 13:34:40 +0100 In-Reply-To: <20210210122335.516779-1-rbernon@codeweavers.com> References: <20210210122335.516779-1-rbernon@codeweavers.com> Note that this is only for HID devices, which doesn't cover mouse or keyboard so far, so it should not have the same issues with focus inconsistencies than mouse and keyboard rawinput patches may have. I believe applications can already read HID reports from gamepad devices anytime through the device files, even when they are not foreground or when they incorrectly believe they have foreground. This only adds support for HID reports published through WM_INPUT messages. -- Rémi Bernon