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.png

In a single stroke, flick left.

sgRight

64GestRight.png

In a single stroke, flick right.

sgUp

64GestUp.png

In a single stroke, flick up.

sgDown

64GestDown.png

In a single stroke, flick down.

sgUpLeft

64GestUpLeft.png

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

sgUpRight

64GestUpRight.png

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

sgDownLeft

64GestDownLeft.png

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

sgDownRight

64GestDownRight.png

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

sgLeftUp

64GestLeftUp.png

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

sgLeftDown

64GestLeftDown.png

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

sgRightUp

64GestRightUp.png

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

sgRightDown

64GestRightDown.png

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

sgUpDown

64GestUpDown.png

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

sgDownUp

64GestDownUp.png

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

sgLeftRight

64GestLeftRight.png

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

sgRightLeft

64GestRightLeft.png

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

sgUpLeftLong

64GestUpLeftLong.png

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.png

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.png

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.png

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.png

In 3 or more strokes, draw back and forth.

sgTriangle

64GestTriangle.png

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

sgSquare

64GestSquare.png

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

sgCheck

64GestCheck.png

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.png

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

sgDoubleCurlicue

64GestDoubleCurlicue.png

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

sgCircle

64GestCircle.png

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

sgDoubleCircle

64GestDoubleCircle.png

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

sgSemiCircleLeft

64GestSemiCircleLeft.png

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

sgSemiCircleRight

64GestSemiCircleRight.png

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

sgChevronUp

64GestChevronUp.png

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

sgChevronDown

64GestChevronDown.png

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

sgChevronLeft

64GestChevronLeft.png

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

sgChevronRight

64GestChevronRight.png

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

See Also