TStandardGesture Enum

From RAD Studio

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):

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

In a single stroke, flick left.

sgRight

In a single stroke, flick right.

sgUp

In a single stroke, flick up.

sgDown

In a single stroke, flick down.

sgUpLeft

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

sgUpRight

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

sgDownLeft

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

sgDownRight

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

sgLeftUp

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

sgLeftDown

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

sgRightUp

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

sgRightDown

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

sgUpDown

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

sgDownUp

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

sgLeftRight

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

sgRightLeft

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

sgUpLeftLong

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

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

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

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

In 3 or more strokes, draw back and forth.

sgTriangle

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

sgSquare

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

sgCheck

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

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

sgDoubleCurlicue

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

sgCircle

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

sgDoubleCircle

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

sgSemiCircleLeft

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

sgSemiCircleRight

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

sgChevronUp

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

sgChevronDown

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

sgChevronLeft

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

sgChevronRight

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

See Also