BBGamelib.CCGLView.touchesEnded C# (CSharp) Method

touchesEnded() public method

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