touchvg.core.MgMotion.dragging C# (CSharp) Method

dragging() public method

public dragging ( ) : bool
return bool
  public bool dragging() {
    bool ret = touchvgPINVOKE.MgMotion_dragging(swigCPtr);
    return ret;
  }