SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit ece40bcf0eab99727a8eacf50649f8ffe7e703a5 parent 392bc8c0d9b86a07eef73c24b32fb2c88767242e Author: Lior Halphon <LIJI32@gmail.com> Date: Thu, 12 Sep 2024 21:06:11 +0300 Fix multi touch Diffstat:
| M | iOS/GBBackgroundView.m | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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];
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.