![]() |
AntiMicroX
|
#include <QHash>
Go to the source code of this file.
Data Structures | |
struct | StickCalibrationData |
The calibration data for a stick. More... | |
struct | AccelerometerCalibrationData |
The calibration data for an accelerometer. More... | |
struct | GyroscopeCalibrationData |
The calibration data for a gyroscope. More... | |
struct | CalibrationData |
Stores the calibration data for one physical device, e.g. a stick or gyroscope. More... | |
class | InputDeviceCalibration |
Calibration storage backend which can store multiple calibration items for different controllers. More... | |
Enumerations | |
enum | CalibrationDataType { CALIBRATION_DATA_STICK, CALIBRATION_DATA_ACCELEROMETER, CALIBRATION_DATA_GYROSCOPE } |
Defines the possible CalibrationData union types. More... | |
enum CalibrationDataType |
Defines the possible CalibrationData union types.
Enumerator | |
---|---|
CALIBRATION_DATA_STICK | |
CALIBRATION_DATA_ACCELEROMETER | |
CALIBRATION_DATA_GYROSCOPE |