microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.76k stars 4.89k forks source link

moufiltr: Mirror mouse movement #1114

Open forderud opened 4 months ago

forderud commented 4 months ago

Make the driver more interesting by mirroring mouse events, so that left movement becomes right, up movement becomes down, and so on.

Using MOUSE_MOVE_ABSOLUTE(1) with negation instead of MOUSE_MOVE_RELATIVE(0) to allow bitmask operations.

forderud commented 2 months ago

Gentle reminder.

JakobL-MSFT commented 1 month ago

I closed this PR unintentionally. I apologize. I am reopening the PR.

forderud commented 1 month ago

@JakobL-MSFT Anything holding back reviewing this PR?