Orxonox
0.0.5 Codename: Arcturus
|
#include "JoyStick.h"
#include <climits>
#include <ois/OISJoyStick.h>
#include "util/StringUtils.h"
#include "core/config/ConfigFile.h"
#include "core/config/ConfigFileManager.h"
#include "core/config/ConfigValueIncludes.h"
#include "core/CoreIncludes.h"
#include "util/Convert.h"
#include "InputState.h"
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
void | orxonox::loadCalibration (std::vector< int > &list, const std::string §ionName, const std::string &valueName, size_t size, int defaultValue) |
Helper function that loads the config value vector of one coefficient. More... | |
orxonox::RegisterAbstractClass (JoyStick).inheritsFrom< Configurable >() | |