Question

Similar to Windows store Apps .How could i pause the game in windows phone 8.

In windows Store apps

Windows.Current.Activated = Activated;

For Windows Phone 8

   ???
Was it helpful?

Solution

You probably want the App.Deactivated event to know when the user has left your application without closing it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top