Compartir a través de


estructura INTERACTION_CONTEXT_OUTPUT (interactioncontext.h)

Define la salida del objeto Interaction Context .

Sintaxis

typedef struct INTERACTION_CONTEXT_OUTPUT {
  INTERACTION_ID     interactionId;
  INTERACTION_FLAGS  interactionFlags;
  POINTER_INPUT_TYPE inputType;
  float              x;
  float              y;
  union {
    INTERACTION_ARGUMENTS_MANIPULATION manipulation;
    INTERACTION_ARGUMENTS_TAP          tap;
    INTERACTION_ARGUMENTS_CROSS_SLIDE  crossSlide;
  } arguments;
} INTERACTION_CONTEXT_OUTPUT;

Miembros

interactionId

Identificador del objeto De contexto de interacción .

interactionFlags

Una de las constantes de INTERACTION_FLAGS.

inputType

Una de las constantes de POINTER_INPUT_TYPE.

x

Coordenada x del puntero de entrada, en unidades HIMETRIC.

y

Coordenada y del puntero de entrada, en unidades HIMETRIC.

arguments

arguments.manipulation

Estado de la manipulación.

arguments.tap

Estado del gesto de pulsación.

arguments.crossSlide

Estado de la interacción entre diapositivas.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 8 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2012 [solo aplicaciones de escritorio]
Encabezado interactioncontext.h

Consulte también

INTERACTION_ARGUMENTS_CROSS_SLIDE

INTERACTION_ARGUMENTS_MANIPULATION

INTERACTION_ARGUMENTS_TAP

INTERACTION_CONTEXT_OUTPUT_CALLBACK

INTERACTION_FLAGS

Estructuras de contexto de interacción

RegisterOutputCallbackInteractionContext