optimize hover gesture recognizer ios

This commit is contained in:
scawful
2024-08-10 12:26:40 -04:00
parent 20289483ab
commit c62269e11e
2 changed files with 8 additions and 28 deletions

View File

@@ -11,6 +11,7 @@
#else
@interface AppViewController : UIViewController <MTKViewDelegate>
@property(nonatomic) yaze::app::core::Controller *controller;
@property(nonatomic) UIHoverGestureRecognizer *hoverGestureRecognizer;
@end
#endif