|
Orxonox
0.0.5 Codename: Arcturus
|
#include "KeyDetector.h"#include "core/CoreIncludes.h"#include "core/singleton/ScopedSingletonIncludes.h"#include "core/command/ConsoleCommandIncludes.h"#include "Button.h"#include "InputManager.h"#include "InputState.h"Namespaces | |
| orxonox | |
| Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
| orxonox::DeclareConsoleCommand (__CC_KeyDetector_callback_name,&prototype::void__string).hide() | |
| orxonox::ManageScopedSingleton (KeyDetector, ScopeID::GRAPHICS, false) | |
| orxonox::RegisterAbstractClass (KeyDetector).inheritsFrom< KeyBinder >() | |
Variables | |
| static const std::string | orxonox::__CC_KeyDetector_callback_name = "KeyDetectorKeyPressed" |
1.8.11