Add support for Citrix X1 mice using X1Kit (untested)

This commit is contained in:
Cameron Gutman
2020-01-16 19:52:49 -08:00
parent 47aaa02d08
commit 5b5fdff6d8
6 changed files with 61 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
#import "ControllerSupport.h"
#import "OnScreenControls.h"
#import "Moonlight-Swift.h"
@protocol EdgeDetectionDelegate <NSObject>
@@ -22,7 +23,7 @@
@end
@interface StreamView : OSView <UITextFieldDelegate>
@interface StreamView : OSView <UITextFieldDelegate, X1KitMouseDelegate>
@property (nonatomic, retain) IBOutlet UITextField* keyInputField;