mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
parent
204d9ff1b2
commit
41b97e4688
@ -275,7 +275,7 @@ void cocoa_file_load_with_detect_core(const char *filename);
|
|||||||
[super pressesBegan:presses withEvent:event];
|
[super pressesBegan:presses withEvent:event];
|
||||||
else if (!press.key && [self didMicroGamepadPress:press.type])
|
else if (!press.key && [self didMicroGamepadPress:press.type])
|
||||||
[self sendKeyForPress:press.type down:true];
|
[self sendKeyForPress:press.type down:true];
|
||||||
else
|
else if (press.key)
|
||||||
[super pressesBegan:[NSSet setWithObject:press] withEvent:event];
|
[super pressesBegan:[NSSet setWithObject:press] withEvent:event];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user