1
Help requests / Randering widgets update
« on: 08 April 2020, 18:11:05 »
Is there any event system for connecting any widget that renders something in itself eg. tgui::Canvas to render their contents on frame update like for example:
Code: (cpp) [Select]
Canvas->connect("FrameUpdated", drawFunction, std::ref(Canvas));