ButtonListener Class Reference
#include <Input.h>
Description
Callback functor base class. To implement a callback signal, create a class that inherits from this and give it to Input::AddListener()
Functions | |
virtual void | OnPress () |
virtual void | OnHold () |
virtual void | OnRelease () |
Member Function Documentation
|
inlinevirtual |
Function called upon pressing of the button.
|
inlinevirtual |
Function called upon holding the button.
|
inlinevirtual |
Function called upon releasing the button.
The documentation for this class was generated from the following file:
- /home/jc/git/Dynacoe/DynacoeSrc/includes/Dynacoe/Modules/Input.h