calibx / msfsdeck

MSFS Plugin for LoupeDeck Live & CT
Apache License 2.0
47 stars 12 forks source link

Fix encoder jittering #225

Closed dbnski closed 1 year ago

dbnski commented 1 year ago

There's a delay between when the plugin sends an updated encoder value to the sim and when it receives it back from SimConnect and updates the encoder value again. This often causes the value to erratically jump up and down while a dial is being rotated in several quick moves (e.g. for larger adjustments). This small patch corrects the issue.

dbnski commented 1 year ago

After some more testing, I'm not actually sure if I identified the problem correctly, so I'll close this one for now.