From: Piotr Caban Subject: Re: [PATCH] server: Don't wait for low level hook result when queueing hardware message. Message-Id: <267cdbe1-c8f2-9630-c4de-e6fb725334de@gmail.com> Date: Tue, 14 Sep 2021 19:37:30 +0200 In-Reply-To: <2c64833d-b189-cb6b-7274-f5a0b7c71ac2@codeweavers.com> References: <2c64833d-b189-cb6b-7274-f5a0b7c71ac2@codeweavers.com> On 9/14/21 7:03 PM, RĂ©mi Bernon wrote: > With an HID test signed driver, like I'm currently adding for dinput > testing, we could test mouse and keyboard input without going through > SendInput / kbd_event / mouse_event. The problem is that I need the event to originate from graphics driver to show the bug. It's currently the only path that calls ll hooks. Thanks, Piotr