TStandardGesture Enum

From RAD Studio
Jump to: navigation, search

Go Up to Gesturing Overview


Listed below are the standard gestures provided by RAD Studio. No gestures are enabled in an application until you complete the steps in Using Gesturing in Your Applications.

These are the gestures in the following enumerations (by framework):

These gestures are members of the following arrays (by framework):

The names of the gestures shown here (which are prefixed with sg) are mapped in the VCL and FireMonkey frameworks to names prefixed with sgi. So the gestures you work with are named sgiLeft, sgiRight, and so forth.

You can see a demonstration of a gesture in the Select Gestures dialog box, available from the [...] in the Gestures field in the Object Inspector.


Enum Symbol Description

sgLeft

64GestLeft.gif

In a single stroke, flick left.

sgRight

64GestRight.gif

In a single stroke, flick right.

sgUp

64GestUp.gif

In a single stroke, flick up.

sgDown

64GestDown.gif

In a single stroke, flick down.

sgUpLeft

64GestUpLeft.gif

In a single stroke, draw up and then make a right angle to the left. Draw the lines at an equal length.

sgUpRight

64GestUpRight.gif

In a single stroke, draw up and then make a right angle to the right. Draw the lines at an equal length.

sgDownLeft

64GestDownLeft.gif

In a single stroke, draw down and then make a right angle to the left. Draw the lines at an equal length.

sgDownRight

64GestDownRight.gif

In a single stroke, draw down and then make a right angle to the right. Draw the lines at an equal length.

sgLeftUp

64GestLeftUp.gif

In a single stroke, draw left and then make a right angle up. Draw the lines at an equal length.

sgLeftDown

64GestLeftDown.gif

In a single stroke, draw left and then make a right angle down. Draw the lines at an equal length.

sgRightUp

64GestRightUp.gif

In a single stroke, draw right and then make a right angle up. Draw the lines at an equal length.

sgRightDown

64GestRightDown.gif

In a single stroke, draw right and then make a right angle down. Draw the lines at an equal length.

sgUpDown

64GestUpDown.gif

In a single stroke, draw up then down. Draw the lines on top of each other.

sgDownUp

64GestDownUp.gif

In a single stroke, draw down then up. Draw the lines on top of each other.

sgLeftRight

64GestLeftRight.gif

In a single stroke, draw left then right. Draw the lines on top of each other.

sgRightLeft

64GestRightLeft.gif

In a single stroke, draw right then left. Draw the lines on top of each other.

sgUpLeftLong

64GestUpLeftLong.gif

In a single stroke, draw up and then make a right angle left. Draw the left line 2-4 times longer than the up line.

sgUpRightLong

64GestUpRightLong.gif

In a single stroke, draw up and then make a right angle right. Draw the right line 2-4 times longer than the up line.

sgDownLeftLong

64GestDownLeftLong.gif

In a single stroke, draw down and then make a right angle left. Draw the left line 2-4 times longer than the up line.

sgDownRightLong

64GestDownRightLong.gif

In a single stroke, draw down and then make a right angle right. Draw the left line 2-4 times longer than the up line.

sgScratchout

64GestScratchOut.gif

In 3 or more strokes, draw back and forth.

sgTriangle

64GestTriangle.gif

Start at the top of the triangle and draw it in one stroke.

sgSquare

64GestSquare.gif

Start at the upper-left corner of the box and draw it in one stroke.

sgCheck

64GestCheck.gif

In a single stroke, draw right down right and then up right. Draw the upward line 2-4 times as long as the downward line.

sgCurlicue

64GestCurlicue.gif

In a single stroke, draw the curlicue from the bottom right up and at an angle.

sgDoubleCurlicue

64GestDoubleCurlicue.gif

In a single stroke, draw the double curlicue from the bottom right up and at an angle.

sgCircle

64GestCircle.gif

Start at the top and draw the circle in one stroke.

sgDoubleCircle

64GestDoubleCircle.gif

Start at the top and draw two circles in one stroke.

sgSemiCircleLeft

64GestSemiCircleLeft.gif

In a single stroke, draw a horizontal half-circle from the left to the right.

sgSemiCircleRight

64GestSemiCircleRight.gif

In a single stroke, draw a horizontal half-circle from the right to the left.

sgChevronUp

64GestChevronUp.gif

In a single stroke, draw up then down at a sharp angle. Draw the lines at an equal length.

sgChevronDown

64GestChevronDown.gif

In a single stroke, draw down then up at a sharp angle. Draw the lines at an equal length.

sgChevronLeft

64GestChevronLeft.gif

In a single stroke, draw left then right at a sharp angle. Draw the lines at an equal length.

sgChevronRight

64GestChevronRight.gif

In a single stroke, draw right then left at a sharp angle. Draw the lines at an equal length.

See Also