C# Class TraceRacer.PhonePauseScreen

A basic pause screen for Windows Phone
Inheritance: PhoneMenuScreen
Show file Open project: alexcoco/trace_racer

Public Methods

Method Description
PhonePauseScreen ( ) : System
exitButton_Tapped ( object sender, EventArgs e ) : void

The "Exit" button handler uses the LoadingScreen to take the user out to the main menu.

resumeButton_Tapped ( object sender, EventArgs e ) : void

The "Resume" button handler just calls the OnCancel method so that pressing the "Resume" button is the same as pressing the hardware back button.

Protected Methods

Method Description
OnCancel ( ) : void

Method Details

OnCancel() protected method

protected OnCancel ( ) : void
return void

PhonePauseScreen() public method

public PhonePauseScreen ( ) : System
return System

exitButton_Tapped() public method

The "Exit" button handler uses the LoadingScreen to take the user out to the main menu.
public exitButton_Tapped ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

resumeButton_Tapped() public method

The "Resume" button handler just calls the OnCancel method so that pressing the "Resume" button is the same as pressing the hardware back button.
public resumeButton_Tapped ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void