Axis Configuration Information Structure
The axis configuration information structure provides information used during configuration and in interpreting axis element data. For each element of kindkISpElementKind_Axis
, the device driver fills out an axis configuration information structure, which is stored by InputSprocket. An axis configuration information structure is defined by the ISpAxisConfigurationInfo data type.
typedef struct { Boolean SymetricAxis; } ISpAxisConfigurationInfo;
Field Description
SymetricAxis
- This value is
true
if the axis has a meaningful center--for example, the axis of a joystick. In this case, 0 or idle falls at thekISpAxisMiddle
position. This value isfalse
if the axis has no meaningful center--for example, the axis of a brake or gas pedal.