Gets the number of times the mouse button was pressed and released.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
public int Clicks { get; }
Visual Basic (Declaration)
Public ReadOnly Property Clicks As Integer
Visual C++
public:
property int Clicks {
	int get ();
}

See Also