Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies various values relevant to a press and hold gesture.
Syntax
typedef enum HOLD_PARAMETER {
HOLD_PARAMETER_MIN_CONTACT_COUNT,
HOLD_PARAMETER_MAX_CONTACT_COUNT,
HOLD_PARAMETER_THRESHOLD_RADIUS,
HOLD_PARAMETER_THRESHOLD_START_DELAY,
HOLD_PARAMETER_MAX
} ;
Constants
HOLD_PARAMETER_MIN_CONTACT_COUNTThe minimum number of contacts recognized. |
HOLD_PARAMETER_MAX_CONTACT_COUNTThe maximum number of contacts recognized. |
HOLD_PARAMETER_THRESHOLD_RADIUSThe radius around the contact point affected by the hold, in DIPs. |
HOLD_PARAMETER_THRESHOLD_START_DELAYThe time threshold for when hold is recognized, in milliseconds. |
HOLD_PARAMETER_MAXMaximum number of interactions exceeded. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 version 21H1 |
| Minimum supported server | Windows Server 2022 |
| Header | interactioncontext.h |