Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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 enumeration.

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 function

SetCrossSlideParametersInteractionContext function


Feedback

Was this page helpful?

Additional resources