touchvg.core.GiCoreView.onGesture C# (CSharp) Метод

onGesture() публичный Метод

public onGesture ( GiView view, GiGestureType type, GiGestureState state, float x, float y ) : bool
view GiView
type GiGestureType
state GiGestureState
x float
y float
Результат bool
  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;
  }

Same methods

GiCoreView::onGesture ( GiView view, GiGestureType type, GiGestureState state, float x, float y, bool switchGesture ) : bool