Piccolo.NET

PZoomToEventHandler.PZoomToEventHandlerAcceptsEvent Method 

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

protected virtual bool PZoomToEventHandlerAcceptsEvent(
   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

PZoomToEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace