Method | Description | |
---|---|---|
Draw ( |
Draws the menu.
|
|
HandleInput ( |
Responds to user input, changing the selected entry and accepting or cancelling the menu.
|
Method | Description | |
---|---|---|
MenuScreen ( ) : System |
Constructor.
|
|
OnCancel ( ) : void |
Notifies derived classes that the menu has been cancelled.
|
|
OnSelectEntry ( int entryIndex ) : void |
Notifies derived classes that a menu entry has been chosen.
|
public Draw ( |
||
gameTime | ||
return | void |
public HandleInput ( |
||
input | ||
return | void |
protected abstract OnSelectEntry ( int entryIndex ) : void | ||
entryIndex | int | |
return | void |