Creates a Pause State. Creates a Pause State that inherits State.
More...
#include <pause.h>
Creates a Pause State. Creates a Pause State that inherits State.
Definition at line 13 of file pause.h.
void Pause::drawSprites |
( |
| ) |
|
|
virtual |
A function for displaying the Sprite objects which do not use alpha.
Implements State.
void Pause::drawSpritesWithAlpha |
( |
| ) |
|
|
virtual |
A function for displaying the Sprite objects which do use alpha.
Implements State.
void Pause::update |
( |
float |
, |
|
|
float |
, |
|
|
float |
|
|
) |
| |
|
virtual |
A function for updating the Pause State
- Parameters
-
float | the delta time |
float | the x touch location |
float | the y touch location |
- Returns
- int the next command the application should do
Implements State.
The buttons
Definition at line 17 of file pause.h.
boolean for if a button is pressed
Definition at line 23 of file pause.h.
The documentation for this class was generated from the following file: