Closed ryanstew closed 4 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.
param
SIMCONNECT_DATA_REQUEST_FLAG_CHANGED
Thanks again!
Adding the flags
param
to request_data_on_simobject. Realize this may be an annoying breaking API change. But this enables the use ofSIMCONNECT_DATA_REQUEST_FLAG_CHANGED
, which saves on a lot of redundant message processing.