How to get ActionEvent status from existing Specialization

Your forum for all discussions around Modding.
kenny456
Posts: 49
Joined: Tue Aug 28, 2018 7:00 pm

How to get ActionEvent status from existing Specialization

Post by kenny456 »

How can i get if LOWER_IMPLEMENT is pressed? Like this in FS17:
if InputBinding.hasEvent(InputBinding.LOWER_IMPLEMENT) then...

I know how to register new action events in new specialization and how to use them but i need this.