|
Default Recognition
The version 2.0 application collects, displays, and distributes ink to the
recognizer while the user is writing. The Pen API provides convenient and flexible
default processing for these tasks in the DoDefaultPenInput function, which completely supersedes ProcessWriting.
Nearly all pen-based applications should take advantage of the capabilities of DoDefaultPenInput. Through a system of messages, the function allows an application to monitor
and govern the recognition process, or simply accept the default decisions of DefWindowProc.
For a description of DoDefaultPenInput and the message traffic it generates, read Chapter 2, "Starting Out with
System Defaults." To see DoDefaultPenInput in use, refer to the code for the PENAPP sample application presented in
Chapter 7, "A Sample Pen Application."
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|