Question
Is there a way to call my own function from my cpp file to ScreenView.cpp or ScreenViewBase.cpp?
I wrote a function in my own cpp file using touchgfx library. It sets and start a zoom animation. I want that when the button is clicked ,the function is called to ScreenView.cpp or ScreenViewBase.cpp and then the animation is set and started.Is it possible? If it is, then how?
