Beispiel #1
0
        public GiGestureType getGestureType()
        {
            GiGestureType ret = (GiGestureType)touchvgPINVOKE.GiCoreView_getGestureType(swigCPtr);

            return(ret);
        }
Beispiel #2
0
 public bool onGesture(GiView view, GiGestureType type, GiGestureState state, float x, float y)
 {
     bool ret = touchvgPINVOKE.GiCoreView_onGesture__SWIG_1(swigCPtr, GiView.getCPtr(view), (int)type, (int)state, x, y);
     return ret;
 }
Beispiel #3
0
        public bool onGesture(GiView view, GiGestureType type, GiGestureState state, float x, float y)
        {
            bool ret = touchvgPINVOKE.GiCoreView_onGesture__SWIG_1(swigCPtr, GiView.getCPtr(view), (int)type, (int)state, x, y);

            return(ret);
        }