laurentQuarkfr

Results 1 issues of laurentQuarkfr

python 3.12 ``` from SimConnect import * from SimConnect.EventList import * from SimConnect.RequestList import * def trigger_event(event_name, value_to_use = None): EVENT_TO_TRIGGER = ae.find(event_name) if EVENT_TO_TRIGGER is not None: if value_to_use...