Vcl.Touch.Gestures.TGestureEngine.ClearPoints
Delphi
procedure ClearPoints;
C++
void __fastcall ClearPoints(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Touch.Gestures.pas Vcl.Touch.Gestures.hpp |
Vcl.Touch.Gestures | TGestureEngine |
Description
Clears all the collected gesture points.
ClearPoints is used by the gesturing engine to clear all the stored gesture points. ClearPoints is called either when a gesture was recognized and broadcasted or when no gesture was recognized using these points.