Is it possible to have 2 event ticks?

As a side note, I used “int” for simplicity, actually it would be a structure that would be “queued up” in the array, so that all the state information that a subsequent function would need, could be saved, and then when the “structure” was dispatched in the event graph, the entire state could be passed to the function with one parameter, of which the structure, would have one variable, that would be the “int” for the switch statement. In this fashion, we can capture all the information we need, retain it, pass it to the interested functions, and off we go.