Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "MouseMirror" project for mirroring mouse movement #49

Merged
merged 10 commits into from
Feb 15, 2024
Merged

Conversation

forderud
Copy link
Owner

@forderud forderud commented Feb 15, 2024

Based on the pre-existing TailLight driver, but with filtering of mouse events based on https://github.com/microsoft/Windows-driver-samples/tree/main/input/moufiltr

Introduce FlipLeftRight and FlipUpDown WMI parameters for selectively enabling mirroring of mouse cursor movement. You can run the MouseMirror.ps1 script to enable mirroring of mouse movement.

How to test

  • Build the sources and run INSTALL_MouseMirror.bat to install the driver.
  • Run the MouseMirror.ps1 script to enable mirroring of mouse movement.
  • Observe that mouse movements are mirrored and upside down.
  • Run UNINSTALL_MouseMirror.bat to clean up. Afterwards, reconnect your mouse.

Known issue

The MouseMirror driver is installed twice when running INSTALL_MouseMirror.bat
image

Registered as issue #50.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant