Store GCController in Controller object to allow us to fetch controller attributes later

This commit is contained in:
Cameron Gutman
2019-02-11 18:21:04 -08:00
parent 442a791e0c
commit 918e1248f2
7 changed files with 54 additions and 43 deletions
+1 -2
View File
@@ -7,12 +7,11 @@
//
// Swift
#import "Moonlight-Swift.h"
#if !TARGET_OS_IPHONE
#import "Gamepad.h"
#endif
#import "StreamConfiguration.h"
@class Controller;
#import "Controller.h"
@class OnScreenControls;