Searched defs:TimerEvent (Results 1 – 1 of 1) sorted by relevance
42 struct TimerEvent { struct43 …explicit TimerEvent(int type = 0, int timeId = 0, int cookie = 0) : type(type), timeId(timeId), co… in type() argument53 virtual void OnTimerEvent(TimerEvent &info) = 0; argument