![]() |
scg3
0.6
|
Base class for all controllers (abstract). More...
#include "Controller.h"
Public Member Functions | |
Controller () | |
virtual | ~Controller ()=0 |
virtual void | checkInput (ViewState *viewState)=0 |
Base class for all controllers (abstract).
Definition at line 36 of file Controller.h.
scg::Controller::Controller | ( | ) |
Constructor.
|
pure virtual |
Destructor.
|
pure virtual |
Check input devices, called by Viewer::startMainLoop().
viewState | view state managed by Viewer, may be modified by controller |
Implemented in scg::CameraController, scg::KeyboardController, and scg::MouseController.