pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Move user selection to screen common #153

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

Move getUserSelection() to screen common.. and the Options to screendefines

gbenziv commented 3 years ago

Each option represents the buttons available per screen so moving the user selection into a common area forces each screen to have a handler for each option. This is not necessary for now.