Piccolo.NET

PInputEventListener.OnKeyDown Method 

Called when a KeyDown event is sent to the listener that implements this interface.

void OnKeyDown(
   object sender,
   PInputEventArgs e
);

Parameters

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

See Also

PInputEventListener Interface | UMD.HCIL.Piccolo.Event Namespace