MRE
Results
1
issues of
MRE
the line `j = pyvjoy.VJoyDevice(1)` results in the error `Traceback (most recent call last): File "C:\Users\Michael\Documents\Python\pyInputTester.py", line 5, in j = pyvjoy.VJoyDevice(1) File "C:\Users\Michael\AppData\Local\Programs\Python\Python36\lib\pyvjoy\vjoydevice.py", line 25, in __init__ _sdk.AcquireVJD(rID) File...