29 #ifndef _InputManager_H__ 30 #define _InputManager_H__ 90 void setConfigValues();
99 void preUpdate(
const Clock& time);
181 std::pair<int, int> getMousePosition()
const;
188 void pushCall(
const std::function<
void ()>&
function)
189 { this->callBuffer_.push_back(
function); }
201 void loadJoySticks();
202 void destroyDevices();
204 void stopCalibration();
205 void reloadInternal();
208 void updateActiveStates();
211 virtual void windowFocusChanged(
bool bFocus)
override;
::std::string string
Definition: gtest-port.h:756
Interface for receiving window events like resize, moved and focusChanged.
Definition: WindowEventListener.h:43
Base for singleton classes.
Definition: Singleton.h:114
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
#define _CoreExport
Definition: CorePrereqs.h:61
A 3-state boolean type.
Definition: tribool.h:38
Definition of the Singleton template that is used as base class for classes that allow only one insta...
Simple real time clock based on Ogre::Timer.
Definition: Clock.h:57
static T & getInstance()
Returns a reference to the singleton instance.
Definition: Singleton.h:118