Bespoke Multi-Touch Framework
ClickDistanceThreshold Property
NamespacesBespoke.MultiTouch.FrameworkMouseEmulatorElementClickDistanceThreshold
Gets or sets the maximum distance between two points for the second point to be considered a mouse click.
Declaration Syntax
C#Visual BasicVisual C++
public float ClickDistanceThreshold { get; set; }
Public Property ClickDistanceThreshold As Single
public:
property float ClickDistanceThreshold {
	float get ();
	void set (float value);
}

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)