![]() |
Gorgon Game Engine
|
This is the base class for all controllers. More...
Public Member Functions | |
Controller () | |
Default constructor. More... | |
virtual | ~Controller () |
virtual ControllerType | Type () const =0 |
Returns the type of the controller. More... | |
This is the base class for all controllers.
All controller use fluent interface.
Controller | ( | ) |
Default constructor.
References Gorgon::Audio::internal::ControllerMtx, and Gorgon::Audio::internal::Controllers.
|
virtual |
|
pure virtual |
Returns the type of the controller.
Implemented in PositionalController, and BasicController.