29 #ifndef _KeyDetector_H__ 30 #define _KeyDetector_H__ 55 virtual void JoyStickQuantityChanged(
const std::vector<JoyStick*>& joyStickList)
override;
56 void assignCommands();
std::shared_ptr< Functor > FunctorPtr
Definition: FunctorPtr.h:57
::std::string string
Definition: gtest-port.h:756
static KeyDetector * singletonPtr_s
Definition: KeyDetector.h:60
Base for singleton classes.
Definition: Singleton.h:114
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
void setCallback(const FunctorPtr &function)
Definition: KeyDetector.h:47
Maps mouse, keyboard and joy stick input to command strings and executes them.
Definition: KeyBinder.h:59
#define _CoreExport
Definition: CorePrereqs.h:61
Definition: KeyDetector.h:39
Definition of the Singleton template that is used as base class for classes that allow only one insta...
FunctorPtr callbackFunction_
Definition: KeyDetector.h:58
InputState * inputState_
Definition: KeyDetector.h:59