mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
Merge pull request #88978 from bruvzg/macos_bg_cont
[macOS] Enable input from controllers in the background.
This commit is contained in:
commit
90ed9a5de0
@ -136,6 +136,10 @@
|
||||
JoypadMacOS::JoypadMacOS() {
|
||||
observer = [[JoypadMacOSObserver alloc] init];
|
||||
[observer startObserving];
|
||||
|
||||
if (@available(macOS 11.3, *)) {
|
||||
GCController.shouldMonitorBackgroundEvents = YES;
|
||||
}
|
||||
}
|
||||
|
||||
JoypadMacOS::~JoypadMacOS() {
|
||||
|
Loading…
Reference in New Issue
Block a user