TfProximateHandwritingTargetResponse enumeration (shellhandwriting.h)
Specifies the supported handwriting behaviors based on the proximate location of a handwriting target object.
Syntax
typedef enum TfProximateHandwritingTargetResponse {
TF_NO_HANDWRITING_TARGET_PROXIMATE,
TF_HANDWRITING_TARGET_PROXIMATE,
TF_USE_SYSTEM_TARGETING,
TF_USE_POINTER_DELIVERY
} ;
Constants
TF_NO_HANDWRITING_TARGET_PROXIMATE No valid handwriting target is proximate to the target point and the input should be released for non-handwriting purposes. |
TF_HANDWRITING_TARGET_PROXIMATE There is a valid handwriting target proximate to the target point and the system should start the handwriting experience. |
TF_USE_SYSTEM_TARGETING Unable to determine whether a valid handwriting target is proximate so the system should perform default determination logic (the IHandwritingInputRoutingCallback interface implementation is still called). |
TF_USE_POINTER_DELIVERY Use pointer input for the handwriting experience. |
Requirements
Requirement | Value |
---|---|
Header | shellhandwriting.h |