2023-02-28 12:49 AM
Hello all,
The model::tick() and screen::handleTickEvent(), which is calling first?
How do I query the tickEvent() calling sequence (model / screen / widget) ??
Solved! Go to Solution.
2023-03-01 02:03 AM
Hello @V.H,
Model::tick is called first by the FrontendHeap, then Screen transitions, then timer widgets if you are using some, and finally Screen::handleTickEvent().
/Yoann
2023-03-01 02:03 AM
Hello @V.H,
Model::tick is called first by the FrontendHeap, then Screen transitions, then timer widgets if you are using some, and finally Screen::handleTickEvent().
/Yoann