|
Circle Gesture Symbol Values
A circle gesture consists of a circled letter, either uppercase or lowercase.
The Pen API version 2.0 does not explicitly support circle gestures. They are
defined only for application or recognizer use.
The following table lists the SYV_ values for the circle gestures. Intervening
values correspond to the letters between "a" and "z".
Constant
| Value
| Description
| SYV_APPGESTUREMASK
| 0x00020000
| Mask value for circle gestures.
| SYV_CIRCLELOA
| 0x000224D0
| Lowercase "a" circle gesture.
| SYV_CIRCLELOZ
| 0x000224E9
| Lowercase "z" circle gesture.
| SYV_CIRCLEUPA
| 0x000224B6
| Uppercase "A" circle gesture.
| SYV_CIRCLEUPZ
| 0x000224CF
| Uppercase "Z" circle gesture.
|
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
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
|