- Messages
- 129
- Country

I have created a slider that outputs values 2147483647 to -2147483647 (MSFS 2020)
Notes say "Triggers tug and sets the desired heading. The units are a 32 bit integer (0 to 4294967295) which represent 0 to 360 degrees. To set a 45 degree angle, for example, set the value to 4294967295 / 8."
I start pushback and send the value of the slider as I change it ... and I can't see any relationship
TransmitEvent(EventEnum.KEY_TUG_HEADING, uintDirection);
I can do pushback start and end, pushback speed .. but the angle I can't control. Help?
Notes say "Triggers tug and sets the desired heading. The units are a 32 bit integer (0 to 4294967295) which represent 0 to 360 degrees. To set a 45 degree angle, for example, set the value to 4294967295 / 8."
I start pushback and send the value of the slider as I change it ... and I can't see any relationship
TransmitEvent(EventEnum.KEY_TUG_HEADING, uintDirection);
I can do pushback start and end, pushback speed .. but the angle I can't control. Help?
Last edited:
