- cpp3ds
- Game
cpp3ds::Game example goes here More...
#include <Game.hpp>
Public Member Functions | |
virtual void | update (float delta)=0 |
virtual void | processEvent (Event &event)=0 |
virtual void | renderTopScreen (Window &window)=0 |
virtual void | renderBottomScreen (Window &window)=0 |
void | console (Screen screen=BottomScreen, Color color=Color::White) |
void | render () |
void | run () |
void | exit () |
Protected Attributes | |
Window | windowTop |
Window | windowBottom |
cpp3ds::Game example goes here