INTERACTION_CONTEXT_OUTPUT_CALLBACK2 callback function (interactioncontext.h)
Callback that receives events from an Interaction Context object.
Syntax
INTERACTION_CONTEXT_OUTPUT_CALLBACK2 InteractionContextOutputCallback2;
void InteractionContextOutputCallback2(
void *clientData,
const INTERACTION_CONTEXT_OUTPUT2 *output
)
{...}
Parameters
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.
output
Output of the Interaction Context object.
Return value
None
Remarks
Provides enhanced gesture recognition support compared to INTERACTION_CONTEXT_OUTPUT_CALLBACK callback function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 version 21H1 |
Minimum supported server | Windows Server 2022 |
Target Platform | Windows |
Header | interactioncontext.h |
See also
INTERACTION_CONTEXT_OUTPUT_CALLBACK callback function
INTERACTION_CONTEXT_OUTPUT structure
INTERACTION_CONTEXT_OUTPUT2 structure
INTERACTION_CONTEXT_OUTPUT2 structure