Can you set control axes using PDK like you can with the SimConnect API?

SDK supports Prepar3D’s philosophy of an open development architecture and encourages third parties to bring new innovations with improved add-ons and training content.
Post Reply
Yinigma
Posts: 1
Joined: Sat Dec 14, 2019 3:57 am

Can you set control axes using PDK like you can with the SimConnect API?

Post by Yinigma »

The SimConnect API can set control axes simply by calling transmitClientEvent with the right event name and an argument, but I'd like to know if the PDK is also capable of this. I've been digging through the docs for PDK and can't find anything that indicates to me that it can set any control axis values for the current player. The closest thing I've found is setting properties for an ISimObject as in the MyEngine example setting the throttle. My problem with that is that it's defined externally, whereas I'm trying to override controls for an existing aircraft. So is the PDK capable of setting control axis values? If so, how is that done?
Post Reply