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

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

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