Method | Description | |
---|---|---|
MainMenuScreen ( ) : System |
Constructor fills in the menu contents.
|
|
OptionsMenuEntrySelected ( object sender, EventArgs e ) : void |
Event handler for when the Options menu entry is selected.
|
|
PlayGameMenuEntrySelected ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
OnCancel ( object sender, EventArgs e ) : void |
When the user cancels the main menu, ask if they want to exit the sample.
|
protected OnCancel ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public OptionsMenuEntrySelected ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public PlayGameMenuEntrySelected ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |