Replies: 1 comment 1 reply
-
Hi, WASim doesn't pass through the SimConnect messages at all. SimConnect is only used internally as the network transport, and the WASimClient doesn't expose the SimConnect instance it uses "behind the scenes." It is not really designed to replace or replicate SimConnect, though in some cases it can/does (in terms of requesting vars and firing sim events). I'm open to expanding the functionality, if it makes sense. May I ask what you are trying to use the sim frame event for? Or WASimCommander in general. Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
It is not clear to me , and I couldn't find an example, how to receive System Events. I am for example waiting for a SIMCONNECT_RECV_ID_EVENT_FRAME event. Is there a way to keep receiving these?
I might be missing the trick, but it feels to me these events are filtered somewhere down the line and won't make it to the client anymore.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions