Vcl.Touch.Gestures.TGestureEngine.ClearPoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearPoints;

C++

void __fastcall ClearPoints();

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.

See Also