TRANSLATION_PARAMETER enumeration (interactioncontext.h)

Specifies various values relevant to a drag manipulation.

Syntax

typedef enum TRANSLATION_PARAMETER {
  TRANSLATION_PARAMETER_MIN_CONTACT_COUNT,
  TRANSLATION_PARAMETER_MAX_CONTACT_COUNT,
  TRANSLATION_PARAMETER_MAX
} ;

Constants

 
TRANSLATION_PARAMETER_MIN_CONTACT_COUNT
The minimum number of contacts recognized.
TRANSLATION_PARAMETER_MAX_CONTACT_COUNT
The maximum number of contacts recognized.
TRANSLATION_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

GetTranslationParameterInteractionContext function

SetTranslationParameterInteractionContext function