TfInputEvaluation enumeration (shellhandwriting.h)
Specifies how the pen input should be recognized.
Syntax
typedef enum TfInputEvaluation {
TF_IE_HANDWRITING,
TF_IE_TAP,
TF_IE_CANCEL_HANDWRITING
} ;
Constants
TF_IE_HANDWRITING Input is recognized as handwriting. |
TF_IE_TAP Input is recognized as a tap. |
TF_IE_CANCEL_HANDWRITING Input is recognized as cancellation of current handwriting. |
Requirements
Requirement | Value |
---|---|
Header | shellhandwriting.h |