#include "../DLLStuff.h"
#include "../Windowing/Window.h"
#include "../Windowing/IEventManager.h"
Namespaces | |
namespace | Moteur3D |
Classes | |
struct | Moteur3D::KeyPressed |
Structure that remembers which special keys are held down. More... | |
class | Moteur3D::AppStarter_3DApplication |
AppStarter_3DApplication is an application starter that gives you the required minimum to start an application. It consists in a blank window, functions to handle this window as well as inputs (mouse and keyboard) and events (resize, draw...). Most if not all of these functions are overridable. More... |