Vmulti
Virtual Multiple HID Driver (multitouch, mouse, digitizer, keyboard, joystick)
Install / Use
npx skills add djpnewton/vmultiInstalls into whichever agent you are using.
README
vmulti
Virtual Multiple HID Driver (multitouch, mouse, digitizer, keyboard, joystick)
Prerequisites
Windows Driver Kit 7.1.0 (https://www.microsoft.com/whdc/devtools/wdk/wdkpkg.mspx)
Building
Start a WDK build environment
Navigate to the location of your vmulti source root directory (eg. C:\projects\vmulti)
Build the drivers and test program using build -wgc
Installing
Note: This will not work on 64-bit systems without first properly signing the driver
Gather together the vmulti.sys/vmulti.inf/hidkmdf.sys files into single directory
Also copy the file WdfCoInstaller01009.dll (from the WDK) to your installation directory
Also copy the file devcon.exe (from the WDK) to your installation directory
Run the command: devcon install vmulti.inf djpnewton\vmulti
Testing
Run testvmulti.exe /multitouch to move the cursor via virtual multitouch (only available on Win7 and above)
Run testvmulti.exe /mouse to move the cursor via virtual mouse
Run testvmulti.exe /digitizer to move the cursor via virtual digitizer
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
