public override bool touchPressed(TouchFingerEvent evt) { bool ret = BitesPINVOKE.InputListenerChain_touchPressed(swigCPtr, TouchFingerEvent.getCPtr(evt)); if (BitesPINVOKE.SWIGPendingException.Pending) { throw BitesPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual bool touchPressed(TouchFingerEvent evt) { bool ret = (SwigDerivedClassHasMethod("touchPressed", swigMethodTypes4) ? BitesPINVOKE.InputListener_touchPressedSwigExplicitInputListener(swigCPtr, TouchFingerEvent.getCPtr(evt)) : BitesPINVOKE.InputListener_touchPressed(swigCPtr, TouchFingerEvent.getCPtr(evt))); if (BitesPINVOKE.SWIGPendingException.Pending) { throw BitesPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }