TUIO.TuioContainer.isMoving C# (CSharp) Method

isMoving() public method

public isMoving ( ) : bool
return bool
        public bool isMoving()
        {
            if ((state==TUIO_ACCELERATING) || (state==TUIO_DECELERATING)) return true;
            else return false;
        }