Hi guys, when I try put my p3d gau code to fs2020, I find 2 issues.
1. I can't read GENERAL_ENGINE1_FUEL_VALVE, GENERAL_ENGINE2_FUEL_VALVE, TURB_ENGINE_1_TANK_SELECTOR, TURB_ENGINE_2_TANK_SELECTOR via lookup_var(), The "var_value.n" always 0. The data from simconnect is right, I can get the right value.
2. If I use GDI+ GraphicsPath.AddArc() , and then call SetClip(), it will fail. I try DrawPath() before SetClip() and I can get the right path. If I remove AddArc(), SetClip() works well. So I think there are something wrong in the SetClip().