Piccolo.NET

PBasicInputEventHandler.OnKeyDown Method 

Called when a KeyDown event is sent to this listener.

public virtual void OnKeyDown(
   object sender,
   PInputEventArgs e
);

Parameters

sender
The source of the event.
e
A PInputEventArgs that contains the event data.

Implements

PInputEventListener.OnKeyDown

See Also

PBasicInputEventHandler Class | UMD.HCIL.Piccolo.Event Namespace