Gets the value indicating whether mouse button was pressed.

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

Syntax

C#
public bool Pressed { get; }
Visual Basic (Declaration)
Public ReadOnly Property Pressed As Boolean
Visual C++
public:
property bool Pressed {
	bool get ();
}

See Also