#include <src/core/input/InputBuffer.h>
Public Member Functions | |
void | callFunction () |
InputBufferListenerTuple (T *listener, void(T::*function)(), bool bListenToAllChanges, bool bOnlySingleInput, bool trueKeyFalseChar, char _char, KeyCode::ByEnum key) | |
virtual | ~InputBufferListenerTuple () |
Public Attributes | |
void(T::* | function_ )() |
T * | listener_ |
orxonox::InputBufferListenerTuple< T >::InputBufferListenerTuple | ( | T * | listener, | |
void(T::*)() | function, | |||
bool | bListenToAllChanges, | |||
bool | bOnlySingleInput, | |||
bool | trueKeyFalseChar, | |||
char | _char, | |||
KeyCode::ByEnum | key | |||
) | [inline] |
virtual orxonox::InputBufferListenerTuple< T >::~InputBufferListenerTuple | ( | ) | [inline, virtual] |
void orxonox::InputBufferListenerTuple< T >::callFunction | ( | ) | [inline, virtual] |
void(T::* orxonox::InputBufferListenerTuple< T >::function_)() |
Referenced by orxonox::InputBufferListenerTuple< T >::callFunction().
T* orxonox::InputBufferListenerTuple< T >::listener_ |