Hi guys
First of all, compliments for your work and many thanks for this great plugin!!
I’m using it in a test C++ Project and it seems to work. I’ve only an issue sometimes getting inaccurate (or completly wrong) axis values.
For Instance. Moving one Axis of my Joystick creates values like:
0.0001
0.0002
0.0003
0.0221 <---------------- Wrong value
0.0004
0.0005
Sometimes the float Value is also higher als the configured Scale in the Project/Input Settings: (basically getting values > 1.f and < -1.f).
Is this a known issue or am I doing something wrong?
Regards
MFox