public override bool keyPressed(KeyboardEvent evt)
        {
            bool ret = BitesPINVOKE.InputListenerChain_keyPressed(swigCPtr, KeyboardEvent.getCPtr(evt));

            if (BitesPINVOKE.SWIGPendingException.Pending)
            {
                throw BitesPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
        public override bool keyReleased(KeyboardEvent evt)
        {
            bool ret = BitesPINVOKE.CameraMan_keyReleased(swigCPtr, KeyboardEvent.getCPtr(evt));

            if (BitesPINVOKE.SWIGPendingException.Pending)
            {
                throw BitesPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
        public virtual bool keyReleased(KeyboardEvent evt)
        {
            bool ret = (SwigDerivedClassHasMethod("keyReleased", swigMethodTypes2) ? BitesPINVOKE.InputListener_keyReleasedSwigExplicitInputListener(swigCPtr, KeyboardEvent.getCPtr(evt)) : BitesPINVOKE.InputListener_keyReleased(swigCPtr, KeyboardEvent.getCPtr(evt)));

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