BBGamelib.CCGLView.touchesBegan C# (CSharp) Method

touchesBegan() public method

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