Sequal32 / simconnect-rust

SimConnect bindings for rust.
MIT License
32 stars 13 forks source link

add flags to request_data_on_sim_object #2

Closed ryanstew closed 3 years ago

ryanstew commented 3 years ago

Adding the flags param to request_data_on_simobject. Realize this may be an annoying breaking API change. But this enables the use of SIMCONNECT_DATA_REQUEST_FLAG_CHANGED, which saves on a lot of redundant message processing.

Sequal32 commented 3 years ago

Thanks again!