Hello!
I suspect I'm going a bit off-piste, but thought I'd ask anyway:
In spine-c, is there a way to iterate over the event keys? I can see a very shady way I might do it by comparing entries in timeline vtables to the ones expected in an EventTimeline, but that seems like asking for trouble.
What I'm ultimately after is I'd like to do a preprocess on each Event's stringValue, at load time.
If there's no easy way then I'll just cache when events actually fire the listener callback.