add long press right click to iOS

This commit is contained in:
scawful
2024-08-11 01:17:59 -04:00
parent cc39225a2a
commit a82a3f3c9e
2 changed files with 10 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
@property(nonatomic) UIHoverGestureRecognizer *hoverGestureRecognizer;
@property(nonatomic) UIPinchGestureRecognizer *pinchRecognizer;
@property(nonatomic) UISwipeGestureRecognizer *swipeRecognizer;
@property(nonatomic) UILongPressGestureRecognizer *longPressRecognizer;
@end
#endif