Allow click and drag via tvOS remote trackpad

This commit is contained in:
Cameron Gutman
2019-08-29 18:55:33 -07:00
parent 9b8f230c46
commit 3dcca3a922
3 changed files with 45 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
@property (nonatomic, retain) IBOutlet UITextField* keyInputField;
- (void) setupStreamView;
- (void) setupOnScreenControls:(ControllerSupport*)controllerSupport swipeDelegate:(id<EdgeDetectionDelegate>)swipeDelegate;
- (void) setMouseDeltaFactors:(float)x y:(float)y;