Ejemplo n.º 1
0
        public override bool mousePressed(MouseButtonEvent evt)
        {
            bool ret = BitesPINVOKE.InputListenerChain_mousePressed(swigCPtr, MouseButtonEvent.getCPtr(evt));

            if (BitesPINVOKE.SWIGPendingException.Pending)
            {
                throw BitesPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
        public override bool mouseReleased(MouseButtonEvent evt)
        {
            bool ret = BitesPINVOKE.CameraMan_mouseReleased(swigCPtr, MouseButtonEvent.getCPtr(evt));

            if (BitesPINVOKE.SWIGPendingException.Pending)
            {
                throw BitesPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 3
0
        public virtual bool mouseReleased(MouseButtonEvent evt)
        {
            bool ret = (SwigDerivedClassHasMethod("mouseReleased", swigMethodTypes9) ? BitesPINVOKE.InputListener_mouseReleasedSwigExplicitInputListener(swigCPtr, MouseButtonEvent.getCPtr(evt)) : BitesPINVOKE.InputListener_mouseReleased(swigCPtr, MouseButtonEvent.getCPtr(evt)));

            if (BitesPINVOKE.SWIGPendingException.Pending)
            {
                throw BitesPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }