GNS 530 and the CLR button
-
I know this is not an issue with your planes in 2024 with the GNS's specifically, but it seems like there is a problem with how Asobo wired the functionality of the CLR-button.
As you're a very talented developer, maybe you'd have an idea on how the issue could be solved, at least for your planes, and maybe Asobo will fix theirs later.
The clear button has two functions, one short press and one long press, it works correctly by using the mouse, but not when executing the b-events.
Ideally I would expect something like this, to be able to correctly map the button to a hardware device:
B-events:
AS530_Clr_Push: should just push the button in (animation)
AS530_Clr_Release: should release the button (animation) and activate short press (if long press has not been activated)
AS530_Clr_Push_Long: should activate long press (no animation), if the button has been pressed in for enough time to trigger long press
AS530_Clr_Release: should release the button (animation only), if long press has been activated