Scroll List Item Selected Callback
Hi. I've been working on a project with STM32 and touchGFX. I'm struggling with a simple issue that could be easily solved if I had more experience with the framework and with C++.
I'm working with a 7 inch touchscreen display. In one screen, i inserted a scrollList. I'm getting to change it's items and manipulate the list. However, the list items must be clickable. I discovered I have to create a GenericCallback and use scrollList.setItemSelectedCallback to set a function as a handler for item selected. What I'm facing is, I do not quite understand how to create the generic callback on ScreenView.hpp and ScreenView.cpp. Unfortunately, there is not an specific tutorial on touchGFX website to help with this. I've looked at every material available online, from documents to forums and tutorials. May you help me?
Thanks
