OGRE
1.10.12
Object-Oriented Graphics Rendering Engine
|
Subclasses of this class are responsible for performing a function on an input value for a Controller. More...
#include <OgrePrerequisites.h>
Public Member Functions | |
ControllerFunction (bool deltaInput) | |
Constructor. More... | |
virtual | ~ControllerFunction () |
virtual T | calculate (T sourceValue)=0 |
Subclasses of this class are responsible for performing a function on an input value for a Controller.
|
inline |
Constructor.
deltaInput | If true, signifies that the input will be a delta value such that the function should add it to an internal counter before calculating the output. |
|
inlinevirtual |
|
pure virtual |