Piccolo.NET

PInputEventArgs.KeyValue Property

Gets the keyboard value for a KeyDown or KeyUp event.

public virtual int KeyValue {get;}

Property Value

The integer representation of the KeyData property.

Exceptions

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

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace