Hi,
Should it be possible to call the XPLMCommandOnce command multiple times within one flight loop callback?
Specifically, I'm sending commands "sim/autopilot/heading_up" and "sim/autopilot/heading_down" to change the heading.
It is connected to a rotary encoder, which can generate way more events then X-plane is running frames.
That is the reason that I'm calling the XPLMCommandOnce multiple times within one callback.
I would expect that when one "sim/autopilot/heading_up" command does about 1 degree, calling it 5 times should do 5 degrees, but it doesn't seem to be the case.
Am I doing something wrong?
Corjan