Skip to content

Commit

Permalink
Fix multi touch
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Sep 12, 2024
1 parent 392bc8c commit ece40bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iOS/GBBackgroundView.m
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ - (instancetype)initWithLayout:(GBLayout *)layout;
_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];
Expand Down

0 comments on commit ece40bc

Please sign in to comment.