I need your help, can you remove the range (1-32768)?
I'm using your program to play a game that use something that works like a knob, which using only two binding keys.
But the knob can't go past the range, so I want you to make something that its ignore the range.
Can you make something like that? Thank you very much!
Last edit: KucingMangkal 2017-06-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I not sure what you want, but I think you need try use "Continuous Pov" instead "Axis". if "Continuous Pov" value was greater that MAX, then program auto set value = value - MAX.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need your help, can you remove the range (1-32768)?

I'm using your program to play a game that use something that works like a knob, which using only two binding keys.
But the knob can't go past the range, so I want you to make something that its ignore the range.
Can you make something like that? Thank you very much!
Last edit: KucingMangkal 2017-06-10
I not sure what you want, but I think you need try use "Continuous Pov" instead "Axis". if "Continuous Pov" value was greater that MAX, then program auto set value = value - MAX.