TAP_PARAMETER enumeration (interactioncontext.h)

Specifies various values relevant to a tap gesture.

Syntax

typedef enum TAP_PARAMETER {
  TAP_PARAMETER_MIN_CONTACT_COUNT,
  TAP_PARAMETER_MAX_CONTACT_COUNT,
  TAP_PARAMETER_MAX
} ;

Constants

 
TAP_PARAMETER_MIN_CONTACT_COUNT
The minimum number of contacts recognized.
TAP_PARAMETER_MAX_CONTACT_COUNT
The maximum number of contacts recognized.
TAP_PARAMETER_MAX
Maximum number of interactions exceeded.

Requirements

Requirement Value
Minimum supported client Windows 10 version 21H1
Minimum supported server Windows Server 2022
Header interactioncontext.h

See also

GetTapParameterInteractionContext function

SetTapParameterInteractionContext function