Scale mouse input to fit the video region

This commit is contained in:
Cameron Gutman
2020-04-18 14:00:26 -07:00
parent a4255f4cad
commit 68e59aba74
3 changed files with 55 additions and 7 deletions

View File

@@ -63,7 +63,7 @@
_inactivityTimer = nil;
_streamView = (StreamView*)self.view;
[_streamView setupStreamView:_controllerSupport swipeDelegate:self interactionDelegate:self];
[_streamView setupStreamView:_controllerSupport swipeDelegate:self interactionDelegate:self config:self.streamConfig];
#if TARGET_OS_TV
if (!_menuGestureRecognizer || !_menuDoubleTapGestureRecognizer) {