-
Notifications
You must be signed in to change notification settings - Fork 1
Console
fgrimau edited this page Dec 28, 2019
·
12 revisions
Handles a complete console with text input for the user, text output from the rest of the game, the drawing of itself and the updating
Console()Console(TTF_Font*)- [
Console(const Console&)](https://github.com/fgrimau/fuzzy-waddle/wiki/Console::Console(const Console&);) ~Console()- [
Console& operator=(const Console&)](https://github.com/fgrimau/fuzzy-waddle/wiki/Console::Console& operator=(const Console&);)
- [
int draw(Screen*) override](https://github.com/fgrimau/fuzzy-waddle/wiki/Console::draw(Screen*) override;) - [
int update(SDL_Event*, Screen*) override](https://github.com/fgrimau/fuzzy-waddle/wiki/Console::update(SDL_Event*, Screen*) override;) int update_layout(Screen*)