JOYREGHWVALUES structure (mmddk.h)

The JOYREGHWVALUES structure contains the range of values returned by the hardware (filled in by calibration).

Syntax

typedef struct joyreghwvalues_tag {
  JOYRANGE jrvHardware;
  DWORD    dwPOVValues[JOY_POV_NUMDIRS];
  DWORD    dwCalFlags;
} JOYREGHWVALUES, *LPJOYREGHWVALUES;

Members

jrvHardware

The values returned by the hardware.

dwPOVValues[JOY_POV_NUMDIRS]

The point-of-view (POV) values returned by the hardware.

dwCalFlags

What has been calibrated.

Requirements

Requirement Value
Header mmddk.h (include Dinputd.h)