determine which button was pressed on a screen
I have two buttons on Screen1. Both interactions change screen to Screen2.
Can I determine which button was pressed when in Screen2View::setup?
Or do I need to use a separate virtual functions and then create a variable setting the button called?
