Piccolo.NET

PInputEventArgs.Clicks Property

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

public virtual int Clicks {get;}

Property Value

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

Exceptions

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

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace