Piccolo.NET

PBasicInputEventHandler.DoesAcceptEvent Method 

Returns true if the filter accepts the given event and false otherwise.

public virtual bool DoesAcceptEvent(
   PInputEventArgs e
);

Parameters

e
A PInputEventArgs that contains the event data.

Return Value

True if the filter accepts the event; otherwise, false.

Implements

PInputEventListener.DoesAcceptEvent

See Also

PBasicInputEventHandler Class | UMD.HCIL.Piccolo.Event Namespace