Skip to content

Latest commit

 

History

History
109 lines (77 loc) · 3.29 KB

ns-interactioncontext-interaction_context_output.md

File metadata and controls

109 lines (77 loc) · 3.29 KB
UID title description tech.root ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name helpviewer_keywords
NS:interactioncontext.INTERACTION_CONTEXT_OUTPUT
INTERACTION_CONTEXT_OUTPUT (interactioncontext.h)
Defines the output of the Interaction Context object.
input_intcontext
12/05/2018
INTERACTION_CONTEXT_OUTPUT, INTERACTION_CONTEXT_OUTPUT structure, input_intcontext.interaction_context_output, interactioncontext.interaction_context_output, interactioncontext/INTERACTION_CONTEXT_OUTPUT
interactioncontext.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
INTERACTION_CONTEXT_OUTPUT
19H1
INTERACTION_CONTEXT_OUTPUT
interactioncontext/INTERACTION_CONTEXT_OUTPUT
c++
APIRef
kbSyntax
HeaderDef
interactioncontext.h
INTERACTION_CONTEXT_OUTPUT
INTERACTION_CONTEXT_OUTPUT
INTERACTION_CONTEXT_OUTPUT structure
input_intcontext.interaction_context_output
interactioncontext.interaction_context_output
interactioncontext/INTERACTION_CONTEXT_OUTPUT

INTERACTION_CONTEXT_OUTPUT structure

-description

Defines the output of the Interaction Context object.

Note

See INTERACTION_CONTEXT_OUTPUT2 structure for enhanced gesture recognition support.

-struct-fields

-field interactionId

ID of the Interaction Context object.

-field interactionFlags

One of the constants from INTERACTION_FLAGS enumeration.

-field inputType

One of the constants from POINTER_INPUT_TYPE enumeration.

-field x

The x-coordinate of the input pointer, in HIMETRIC units.

-field y

The y-coordinate of the input pointer, in HIMETRIC units.

-field arguments

Union of arguments sub-fields.

-field arguments.manipulation

The state of the manipulation.

-field arguments.tap

The state of the tap gesture.

-field arguments.crossSlide

The state of the cross-slide interaction.

-see-also

INTERACTION_ARGUMENTS_CROSS_SLIDE structure

INTERACTION_ARGUMENTS_MANIPULATION structure

INTERACTION_ARGUMENTS_TAP structure

INTERACTION_CONTEXT_OUTPUT_CALLBACK callback function

INTERACTION_CONTEXT_OUTPUT_CALLBACK2 callback function

INTERACTION_FLAGS enumeration

RegisterOutputCallbackInteractionContext function

RegisterOutputCallbackInteractionContext2 function