Searched defs:ActionCallback (Results 1 – 3 of 3) sorted by relevance
59 typedef Callback<void(const std::string&)> ActionCallback; typedef
71 using ActionCallback = RepeatingCallback<void(const std::string&, TimeTicks)>; variable
48 export type ActionCallback = (nowMs: number) => void; alias