Piccolo.NET

PNode.RemoveInputEventListener Method 

Removes the specified input event listener so that it no longer receives input events from this node.

public virtual void RemoveInputEventListener(
   PInputEventListener listener
);

Parameters

listener
The input listener to remove.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace