#include <src/core/input/InputBuffer.h>
Public Member Functions | |
BaseInputBufferListenerTuple (bool bListenToAllChanges, bool bOnlySingleInput, bool trueKeyFalseChar, char _char, KeyCode::ByEnum key) | |
virtual void | callFunction ()=0 |
virtual | ~BaseInputBufferListenerTuple () |
Public Attributes | |
bool | bListenToAllChanges_ |
bool | bOnlySingleInput_ |
char | char_ |
KeyCode::ByEnum | key_ |
bool | trueKeyFalseChar_ |
orxonox::BaseInputBufferListenerTuple::BaseInputBufferListenerTuple | ( | bool | bListenToAllChanges, | |
bool | bOnlySingleInput, | |||
bool | trueKeyFalseChar, | |||
char | _char, | |||
KeyCode::ByEnum | key | |||
) | [inline] |
virtual orxonox::BaseInputBufferListenerTuple::~BaseInputBufferListenerTuple | ( | ) | [inline, virtual] |
virtual void orxonox::BaseInputBufferListenerTuple::callFunction | ( | ) | [pure virtual] |
Implemented in orxonox::InputBufferListenerTuple< T >.