Piccolo.NET

PInputEventArgs.Shift Property

Gets a value indicating whether the SHIFT key was pressed.

public virtual bool Shift {get;}

Property Value

True if the SHIFT key was pressed; otherwise, false.

Exceptions

Exception TypeCondition
InvalidOperationException Thrown if the event is not a key event.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace