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

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

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