BBGamelib.CCGLView.touchesCancelled C# (CSharp) Method

touchesCancelled() public method

public touchesCancelled ( HashSet touches ) : void
touches HashSet
return void
		public override void touchesCancelled(HashSet<UITouch> touches){
			if (_touchDelegate != null)
				_touchDelegate.touchesCancelled (touches);
		}
		#if UNITY_STANDALONE || UNITY_WEBGL