Creates a HelpState object. Creates a HelpState object that inherits State.
More...
#include <helpState.h>
|
|
StateManager * | stateManager |
| |
|
SDL_Renderer * | renderer |
| |
|
std::string | name |
| |
Creates a HelpState object. Creates a HelpState object that inherits State.
| HelpState::HelpState |
( |
StateManager * |
inStateManager, |
|
|
SDL_Renderer * |
inRenderer |
|
) |
| |
| HelpState::~HelpState |
( |
| ) |
|
A function to draw to the screen A function to draw to the screen using the renderer
Implements State.
| bool HelpState::HandleSDLEvents |
( |
| ) |
|
|
virtual |
A function to handle the SDL events A function to handle the SDL events for use with the HelpState
- Returns
- bool if false then quit HelpState
Implements State.
| void HelpState::Update |
( |
float |
deltaTime | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- PGGAssignment1SDL/helpState.h
- PGGAssignment1SDL/helpState.cpp