Simulates a standard mouse standard movement behavior ( ), essential for first-person 3D camera control.
| Feature | | Interception (Open Source) | Standard Win32 SendInput | | :--- | :--- | :--- | :--- | | Level | Kernel Mode (Driver) | Kernel Mode (Filter Driver) | User Mode (API) | | Detection | Low (Harder to detect) | Low (Industry Standard for Sim) | High (Easily blocked) | | Cost | Commercial / Paid | Free / Open Source | Free (Native Windows) | | Support | Official Vendor Support | Community Based | Microsoft Docs | | Setup Difficulty | Moderate | High (requires driver installation) | Low | | Gaming Compatibility | High | High | Low |
Use the API to initialize a specific device type (e.g., CreateVirtualJoystick(1) ).
: The SDK includes example code for popular languages like C# and Delphi , making it accessible to application developers rather than just low-level driver engineers. tetherscript virtual hid driver kit best
Tetherscript solved that with a that lets you create:
: One of the most prominent uses of the HVDK was in the Steam Deck community. When users installed Windows on their Steam Decks, they needed a way to map the Deck's built-in controls to standard mouse, keyboard, and gamepad inputs. The open-source driver SWICD (Steam Deck Windows Usermode Driver) relied on the Tetherscript Virtual HID Driver Kit as a crucial "software component for the Mouse and Keyboard functionality". Without it, keyboard and mouse emulation for the device would not work.
To the uninitiated, it was just a suite of drivers. To Elara, it was the ultimate skeleton key. Simulates a standard mouse standard movement behavior (
While the drivers are proprietary, Tetherscript migrated the SDK codebases to public repositories.
What or anti-cheat mechanisms are present in your target environment?
What makes Tetherscript superior is its audacious approach to input emulation. Unlike the high-level SendKeys methods of the past—which effectively tell the operating system, "Here is some text, please type it"—Tetherscript operates at the root level. It installs a kernel-mode driver that creates a "virtual" Human Interface Device (HID). Tetherscript solved that with a that lets you
Since the driver certificates expired in Spring 2023, new installations on Windows 11 and updated versions of Windows 10 are extremely difficult without disabling Secure Boot or using test-signing mode. Some users reported conflicts with "Lizard Mode" on Steam Decks or other input mapping software. How to Get it Now
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
Download and install the verified driver package onto the host Windows machine.
At its core, the Tetherscript HID (Human Interface Device) Virtual Driver Kit is a Windows software development kit (SDK) that allows programs to send data to virtual keyboards, joysticks, mice, and gamepads. Instead of physically connecting a peripheral, the HVDK allows software to emulate one. The drivers used in this kit are the same legitimate, digitally signed, and secure drivers found in Tetherscript's commercial product, ControlMyJoystick.
If you want an actively updated framework or need cross-platform deployment, consider these modern alternative choices: