Beispiel #1
0
 private void MessageResponse(string pressedButton)
 {
     HideOverlay();
     if (pressedButton == "Exit game")
     {
         DeviceInput.ExitGame(this);
     }
     else if (pressedButton == "Take me to Settings")
     {
         DeviceInput.ShowDeviceSettings();
     }
 }