1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

UIViewComponentPeer: Fix deprecation warnings for iOS 13

This commit is contained in:
reuk 2024-10-28 19:29:03 +00:00
parent f7c7225f5c
commit dbe74e9f5d
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -820,7 +820,7 @@ MultiTouchMapper<UITouch*> UIViewComponentPeer::currentTouches;
[self touchesEnded: touches withEvent: event];
}
- (void) onHover: (UIHoverGestureRecognizer*) gesture
- (void) onHover: (UIHoverGestureRecognizer*) gesture API_AVAILABLE (ios (13))
{
if (owner != nullptr)
owner->onHover (gesture);