I am trying to call the clearEventQueue() function from a standard machii
listener(extends MachII.framework.Listener) and it cannot find the function.
The strange thing is that I am able to call announceEvent() from this same
function but not clearEventQueue(). These are both in the eventContext object
which is not even declared in this listener function. So I am confused on how I
can call one of the contextEvent functions but not the other. Fairly new to
machii so any help would be appreciated! Thanks!