Lines Matching refs:velocity
23336 velocity, velocityX, velocityY, direction;
23338 …if (input.eventType != INPUT_CANCEL && (deltaTime > COMPUTE_INTERVAL || last.velocity === undefine…
23345 velocity = (abs(v.x) > abs(v.y)) ? v.x : v.y;
23351 velocity = last.velocity;
23357 input.velocity = velocity;
24708 velocity: 0.3,
24719 var velocity;
24722 velocity = input.overallVelocity;
24724 velocity = input.overallVelocityX;
24726 velocity = input.overallVelocityY;
24733 abs(velocity) > this.options.velocity && input.eventType & INPUT_END;