Piccolo.NET

PDragEventHandler.PDragEventHandlerAcceptsEvent Method 

The filter for a PDragEventHandler. This method only accepts left mouse button events that have not yet been handled.

protected virtual bool PDragEventHandlerAcceptsEvent(
   PInputEventArgs e
);

Parameters

e
A PInputEventArgs that contains the event data.

Return Value

True if the event is an unhandled left mouse button event; otherwise, false.

See Also

PDragEventHandler Class | UMD.HCIL.Piccolo.Event Namespace