There seems to be a lot of the SDK events that are not working from these lists.
For example, CHASE_VIEW_NEXT does not work, nor does EYEPOINT_RESET.
VIEW_AXIS_INDICATOR_CYCLE for example doesn’t work either.
I’m using exactly the same code to trigger other events without issue.
eg.
hr:=SimConnect_TransmitClientEvent(hSimConnect, SIMCONNECT_OBJECT_ID_USER, ord(eventID), 0, SIMCONNECT_GROUP_PRIORITY_HIGHEST, SIMCONNECT_EVENT_FLAG_GROUPID_IS_PRIORITY);
(Yes, it’s Delphi code but it works perfectly with over 190 other events, so it’s not the code)