Global Mouse Inverter - Cisco211

 
screenshot.png

Over the years, I’ve encountered many games missing a fundamental setting: the ability to invert the mouse Y-axis. Often, if the setting exists, it either doesn’t work correctly or is missing entirely. As someone who exclusively plays with inverted controls, this is a total dealbreaker. I finally had enough, so I dove into the mechanics of Windows input and built a solution.

With Global Mouse Inverter, you can toggle Y-axis inversion on the fly by pressing F3. A quick press swaps the axis, and another press reverts it. I’ve also implemented a temporary override: hold the ALT key to disable the inversion instantly. This is essential for 3D games where the ALT key is typically used to unlock the mouse cursor for clicking menus or UI elements.


How it works

The program utilizes the Interception filter driver. It hooks deep into the system, intercepting and manipulating raw mouse input before it ever reaches your game or application. Because it operates at such a low level, this solution is universal—it works in virtually any game.

Important Security Warning

Since this tool manipulates driver-level input, do not use it in competitive online games with Anti-Cheat systems. Anti-Cheat software might misinterpret this utility as a form of cheating. In the worst case, this could lead to your account being flagged or banned. Use this tool responsibly in single-player or non-competitive environments only.

Download and Source

You can find the project source code on GitHub.

Download the latest release for free here: Download latest Release