Gets whether Shift-key was pressed.

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

Syntax

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

See Also