Implement absolute mouse support on iOS 13.4

Fixes #402
This commit is contained in:
Cameron Gutman
2020-04-18 13:11:24 -07:00
parent f12e2f16dc
commit a4255f4cad
3 changed files with 123 additions and 4 deletions
+4
View File
@@ -23,7 +23,11 @@
@end
#if TARGET_OS_TV
@interface StreamView : OSView <X1KitMouseDelegate>
#else
@interface StreamView : OSView <X1KitMouseDelegate, UIPointerInteractionDelegate>
#endif
@property (nonatomic, retain) IBOutlet UITextField* keyInputField;