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 how the pen input should be recognized.
Syntax
typedef enum TfInputEvaluation {
TF_IE_HANDWRITING,
TF_IE_TAP,
TF_IE_CANCEL_HANDWRITING
} ;
Constants
TF_IE_HANDWRITINGInput is recognized as handwriting. |
TF_IE_TAPInput is recognized as a tap. |
TF_IE_CANCEL_HANDWRITINGInput is recognized as cancellation of current handwriting. |
Requirements
| Requirement | Value |
|---|---|
| Header | shellhandwriting.h |