Piccolo.NET

PInputEventArgs Constructor 

Constructs a new PInputEventArgs

public PInputEventArgs(
   PInputManager inputManager,
   EventArgs e,
   PInputType type
);

Parameters

inputManager
The input manager that dispatched this event.
e
An EventArgs that contains the event data.
type
The type of input event.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace