Piccolo.NET

PBasicInputEventHandler.OnMouseDrag Method 

Called when a MouseDrag event is sent to this listener.

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

Parameters

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

Implements

PInputEventListener.OnMouseDrag

See Also

PBasicInputEventHandler Class | UMD.HCIL.Piccolo.Event Namespace