User Activity

I have a custom container that has a box inside of it with the ClickListener enabled. I am trying to setup a callback for when the box is clicked. I have the following code setup:  #include <gui_generated/containers/NavbarBase.hpp> class Navbar : pu...
I have a TouchGFX Designer project that I setup in a Windows environment. In my .gitignore, I excluded the TouchGFX/generated folder so that all files can be generated fresh when the project is built on a new system.I would like to be able to build t...