How is the proper way to catch the back button event in my CocosSharp game? Does it has to happen on the Android project or can it be done in the PCL core?
How is it done?
How is the proper way to catch the back button event in my CocosSharp game? Does it has to happen on the Android project or can it be done in the PCL core?
How is it done?
As @ADimaano said, you could implment it in PCL by override the OnBackButtonPressed method.
For example :