Microsoft DirectX 8.0 (C++)

CPOINT

Describes a calibration point. An array of CPOINT structures is contained by a DIPROPCPOINTS structure.

typedef struct _CPOINT
{
    LONG  lP; 
    DWORD dwLog; 
} CPOINT, *PCPOINT;

Members

lP
Raw data
dwLog
Scaling value to be associated with the lP number. The percentage of the maximum value multiplied by 10000.

Requirements

  Windows NT/2000: Requires Windows® 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in Dinput.h.

See Also

Using CPOINTs