|
JoyCon.NET
|
Calibration data for the controller. More...
Public Member Functions | |
| override string | ToString () |
Static Public Member Functions | |
| static CalibrationData | operator+ (CalibrationData a, CalibrationData b) |
| Combines two calibrations, taking the values from the second one if they are not null. More... | |
Properties | |
| StickCalibration? | LeftStickCalibration [get, set] |
| Left stick calibration data, can be null for user calibration. Also, can be invalid if controller has no left stick. More... | |
| StickCalibration? | RightStickCalibration [get, set] |
| Right stick calibration data, can be null for user calibration. Also, can be invalid if controller has no right stick. More... | |
| ImuCalibration? | ImuCalibration [get, set] |
| IMU calibration data, can be null for user calibration. More... | |
Calibration data for the controller.
|
static |
Combines two calibrations, taking the values from the second one if they are not null.
| a | First calibration. |
| b | Second calibration. |
|
getset |
Left stick calibration data, can be null for user calibration. Also, can be invalid if controller has no left stick.
|
getset |
Right stick calibration data, can be null for user calibration. Also, can be invalid if controller has no right stick.
|
getset |
IMU calibration data, can be null for user calibration.