Type of touch event as used by TAgkRawTouch.TouchType
TAgkTouchType = ( ttUnknown, ttShort, ttHold, ttDrag );
Members |
Description |
ttUnknown |
Unknown (event has not completed yet). |
ttShort |
Short touch event (shorter than 1 second). |
ttHold |
Hold touch event (touched for 1 second or longer). |
ttDrag |
Drag event. |
Copyright (c) 2012. All rights reserved.
|