Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_PROXIMATENo valid handwriting target is proximate to the target point and the input should be released for non-handwriting purposes. |
TF_HANDWRITING_TARGET_PROXIMATEThere is a valid handwriting target proximate to the target point and the system should start the handwriting experience. |
TF_USE_SYSTEM_TARGETINGUnable 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_DELIVERYUse pointer input for the handwriting experience. |
Requirements
| Requirement | Value |
|---|---|
| Header | shellhandwriting.h |