diff --git a/iOS/GBBackgroundView.m b/iOS/GBBackgroundView.m index e061542..90bff61 100644 --- a/iOS/GBBackgroundView.m +++ b/iOS/GBBackgroundView.m @@ -147,6 +147,7 @@ static GB_key_mask_t angleToKeyMask(double angle) _fadeView = [[UIView alloc] initWithFrame:self.frame]; _fadeView.backgroundColor = [UIColor colorWithWhite:0 alpha:0]; _fadeView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; + _fadeView.multipleTouchEnabled = true; [self addSubview:_dpadView]; [self addSubview:_aButtonView];