Quote:
Originally Posted by LedZepp
I think theres a method defined in XNA that is called something like IsExiting and it gets called when the game exits, now i dont know if it works on the zune and if it would work in the case of low battery but you should experiment with it.
The exact method is:
Code:
protected override void OnExiting(object sender, EventArgs args)
{
base.OnExiting(sender, args);
}
|
It gets called when the Back button is held, before it restarts. I imagine it might work if it shuts down because of low battery. I'll see if it does.
EDIT: The problem which caused words to be removed has been fixed and will be in the next version.