The information in this article applies to:
SUMMARY
In the Microsoft Windows for Pen Computing environment, the pen can exhibit
either mouse or pen functionality. Generally, the pen acts similar to a
mouse until the Recognize function determines that the user started a
recognition session. To enable the pen to function even better as a mouse
in applications developed for standard (non-pen) Microsoft Windows, the
Recognize() function may abort the recognition session with a pointer event
return value to indicate that the user intends to perform a standard mouse
operation instead of starting a recognition session. The ProcessWriting()
function also exhibits this behavior.
MORE INFORMATION
Windows for Pen Computing defines two types of pointer events: "tap" (Tap)
and "tap and hold" (TapNHold). A Tap is analogous to clicking the left
mouse button. The user produces a Tap by clicking the tip of the pen on the
tablet and removing it quickly, without otherwise moving the pen. The user
produces a TapNHold by clicking the tip of the pen on the tablet and
holding it there without movement for a specified amount of time.
Note that if the Recognize function aborts with a REC_POINTEREVENT return
value, no further recognition takes place. The system recognizer will not
have been called. Therefore, the application will not receive a WM_RCRESULT
message.
Additional query words: 1.00
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |