mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-09 01:16:12 +00:00
Remove Citrix X1 support in preparation for GCMouse integration
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
#import "ControllerSupport.h"
|
||||
#import "OnScreenControls.h"
|
||||
#import "Moonlight-Swift.h"
|
||||
#import "StreamConfiguration.h"
|
||||
|
||||
@protocol EdgeDetectionDelegate <NSObject>
|
||||
@@ -25,9 +24,9 @@
|
||||
@end
|
||||
|
||||
#if TARGET_OS_TV
|
||||
@interface StreamView : OSView <X1KitMouseDelegate, UITextFieldDelegate>
|
||||
@interface StreamView : OSView <UITextFieldDelegate>
|
||||
#else
|
||||
@interface StreamView : OSView <X1KitMouseDelegate, UITextFieldDelegate, UIPointerInteractionDelegate>
|
||||
@interface StreamView : OSView <UITextFieldDelegate, UIPointerInteractionDelegate>
|
||||
#endif
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UITextField* keyInputField;
|
||||
|
||||
Reference in New Issue
Block a user