For instance "void textAreaClickHandler(const TextAreaWithOneWildcard& area, const ClickEvent& event);"I would like to alter UI controls from callbacks but "const" seem to tell me that that's against some big picture idea of TGFX? What concept am I m...