|
Gestures
Version 2.0 no longer provides explicit support for user-defined gestures. The
burden of recognizing and handling new gestures instead falls to the
recognizer and application. The Gesture Manager (GESTMAN.EXE) and API function ExecuteGesture do not exist in version 2.0.
The standard set of "circle-letter" gestures remains, however. All version 2.0
edit controls hedit, bedit, and iedit respond normally to the gestures listed in the following table. An
application or recognizer is free to provide support for any other gesture.
This table lists the gestures available in version 2.0 edit controls. Note
that the V-circle and check-mark-circle gestures have identical behavior. The
V-circle gesture is provided only to prevent confusion with the check-mark-circle
gesture.
Gesture
| Name
| Action
|
| Lasso-tap
| Select
|
| X-circle
| Cut current selection
|
| C-circle
| Copy current selection
|
| P-circle
| Paste
|
| Check-mark-circle
| Edit/Properties
|
| V-circle
| Edit/Properties
|
| Caret-circle
| Insert text
|
| M-circle
| Display context menu
|
| D-circle
| Clear/Delete
|
| S-circle
| Space
|
| N-circle
| Newline (carriage return)
|
| T-circle
| Tab
|
| U-circle
| Undo
|
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
|