A simple to use class for AutoHotkey to interface with Shaul's vJoy virtual joystick interface.
Please make sure you use an up-to-date version of vJoy, it muse be at least version 2.0.4 241214
It allows joystick Output from AutoHotkey to a virtual joystick (ie a stick that Windows thinks exists, but doesn't really).
Please note:
vJoy must be installed for this library to work.
Example script included.
- Clone this project using GitHub for Windows.
- Run
Setup.exe
.
This will check you are all set up to use the library and configure AutoHotkey so you can easily include the library in any script in any folder on your computer. - Check the DEVELOPER NOTES section to see if there are any special instructions, then click Install.
- You are now set up and can use this library by putting the following line at the start of your script:
#include <CvJoyInterface>
If you know what you are doing, or paranoid, or both, you can just obtain the files and #include
as normal. The Setup app simply makes it easy for people who don't really know what they are doing to get up and running with this library.
Help on usage should be obtainable from the following sources (Best to Worst):
- Project Wiki
- Example scripts.
These usually illustrate basic set-up and usage. - Library Source.
May need to check this to see full list of features.