BBGamelib.CCGLView.touchesCancelled C# (CSharp) Метод

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

public touchesCancelled ( HashSet touches ) : void
touches HashSet
Результат void
		public override void touchesCancelled(HashSet<UITouch> touches){
			if (_touchDelegate != null)
				_touchDelegate.touchesCancelled (touches);
		}
		#if UNITY_STANDALONE || UNITY_WEBGL