Clive Galway
Clive Galway
So you have vJoy_204_241214.exe as the current installed version?
I am only currently supporting the joystick inputs that AHK supports. These are listed here: http://ahkscript.org/docs/KeyList.htm#Joystick Note: No SL0/1 axes, buttons only up to 32, only 1 POV. You are...
AHK Bug report filed: http://ahkscript.org/boards/viewtopic.php?f=14&t=5506
Let me get this straight. From what I can tell you are trying to do the following: Trying to use UJR to merge two pedals into one axis Then use...
Oops, no I didn't link it earlier. It is here: https://github.com/evilC/AHK-CvJoyInterface
abs() would be being used if the scale has been switch to 0-centered (eg -100 to +100) In this instance, abs() would be used to detect the magnitude of deflection....
Also, looks like Lexikos is basically saying "No" to the AHK changes. Apparently it is because AHK uses an outdated input library and there are no plans to update it....
In AHK, all axes read report a value of 0..100 In vJoy, all axes are written in the scale of 0... 32768 In UJR, I input from AHK (0-100) and...
Oh and with regards to this comment: "If it's feasible to create a virtual joystick driver (probably worth looking at or using the vJoy code) then the functionality of combining...
I would not be surprised if it were compatible now. AHI does not use very much in the way of AHK code, it's mostly C# It would need a version...