Share via


HID_PHYSICAL_QUALIFIER Enumeration

The HID_PHYSICAL_QUALIFIER enumeration type further defines the designator values for the physical descriptor. The values specify which hand (or half of the body) that the designator is defining.

Syntax

typedef enum HID_PHYSICAL_QUALIFIER {
  QUALIFIER_NA   = 0,
  RIGHT          = 1,
  LEFT           = 2,
  BOTH           = 3,
  EITHER         = 4,
  CENTER         = 5 
} HID_PHYSICAL_QUALIFIER;

Constants

  • QUALIFIER_NA
    Not applicable.

  • RIGHT
    In the physical descriptor, this value specifies the right half of the body.

  • LEFT
    In the physical descriptor, this value specifies the left half of the body.

  • BOTH
    In the physical descriptor, this value specifies both the right and left sides of the body.

  • EITHER
    In the physical descriptor, this value specifies the either the right or left side of the body.

  • CENTER
    In the physical descriptor, this value specifies the middle of the body.

Remarks

The HID_PHYSICAL_BIAS values indicate which hand the physical descriptor set characterizes. The HID_PHYSICAL_DESIGNATOR values identify the specific body part in the designator field of the physical descriptor data structure. The HID_PHYSICAL_QUALIFIER values further qualify the designator.

Requirements

Header

Softhidusbif.h

See Also

HID_PHYSICAL_BIAS

HID_PHYSICAL_DESIGNATOR

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010