Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 2.27 KB

nc-interactioncontext-interaction_context_output_callback2.md

File metadata and controls

77 lines (60 loc) · 2.27 KB
UID tech.root title ms.date description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql targetos req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NC:interactioncontext.INTERACTION_CONTEXT_OUTPUT_CALLBACK2
input_intcontext
INTERACTION_CONTEXT_OUTPUT_CALLBACK2 (interactioncontext.h)
06/27/2024
Callback that receives events from an Interaction Context object.
false
function
interactioncontext.h
Windows
Windows 10 version 21H1
Windows Server 2022
Windows
apiref
LibDef
interactioncontext.h
INTERACTION_CONTEXT_OUTPUT_CALLBACK2
INTERACTION_CONTEXT_OUTPUT_CALLBACK2
interactioncontext/INTERACTION_CONTEXT_OUTPUT_CALLBACK2
c++
INTERACTION_CONTEXT_OUTPUT_CALLBACK2

INTERACTION_CONTEXT_OUTPUT_CALLBACK2 callback function

-description

Callback that receives events from an Interaction Context object.

-parameters

-param clientData

A pointer to an object that contains information about the client. The value typically points to the object for which the member function is called.

-param output

Output of the Interaction Context object.

-remarks

Provides enhanced gesture recognition support compared to INTERACTION_CONTEXT_OUTPUT_CALLBACK callback function.

-see-also

INTERACTION_CONTEXT_OUTPUT_CALLBACK callback function

INTERACTION_CONTEXT_OUTPUT structure

INTERACTION_CONTEXT_OUTPUT2 structure

INTERACTION_CONTEXT_OUTPUT2 structure

RegisterOutputCallbackInteractionContext function

RegisterOutputCallbackInteractionContext2 function