Moderator: igrr
If you add an argument to attach(), then you can pass the "this" of the object, and you won't need the handler to be static anymore.
void attach(float seconds, void (*callback)(TArg), TArg arg)
so maybe You can give it a try... (and there is also TickerParameter example...)