BBGamelib.CCGLView.touchesBegan C# (CSharp) Méthode

touchesBegan() public méthode

public touchesBegan ( HashSet touches ) : void
touches HashSet
Résultat void
		public override void touchesBegan(HashSet<UITouch> touches){
			if (_touchDelegate != null)
				_touchDelegate.touchesBegan (touches);
		}
		public override void touchesMoved(HashSet<UITouch> touches){