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:
parent
f7c7225f5c
commit
dbe74e9f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue