|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
Subclasses of this class are responsible for performing a function on an input value for a Controller. More...
#include <OgreController.h>
 Inheritance diagram for Ogre::ControllerFunction< T >:
 Inheritance diagram for Ogre::ControllerFunction< T >:| Public Member Functions | |
| ControllerFunction (bool deltaInput) | |
| Constructor. | |
| 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 |