Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The DIOBJECTCALIBRATION structure describes the information contained in the "Calibration" value of the registry key for each axis on a device.
Syntax
typedef struct DIOBJECTCALIBRATION {
LONG lMin;
LONG lCenter;
LONG lMax;
} DIOBJECTCALIBRATION, *LPDIOBJECTCALIBRATION;
Members
lMin
Specifies the logical value for the axis minimum position.
lCenter
Specifies the logical value for the axis center position.
lMax
Specifies the logical value for the axis maximum position.
Remarks
If the "Calibration" value is absent, then the calibration information is taken from the joystick JOYREGHWVALUES configuration structure.
Only HID joysticks have a "Calibration" value.
Requirements
| Requirement | Value |
|---|---|
| Header | dinputd.h (include Dinputd.h) |