CROSS_SLIDE_PARAMETER structure (interactioncontext.h)

Defines the cross-slide threshold and its distance threshold.

Syntax

typedef struct CROSS_SLIDE_PARAMETER {
  CROSS_SLIDE_THRESHOLD threshold;
  float                 distance;
} CROSS_SLIDE_PARAMETER;

Members

threshold

One of the constants from CROSS_SLIDE_THRESHOLD.

distance

The threshold distance, in DIPs.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header interactioncontext.h

See also

GetCrossSlideParameterInteractionContext

Interaction Context Structures

SetCrossSlideParametersInteractionContext