mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-16 21:50:57 +00:00
StreamView must be multi-touch enabled for gestures to work
This commit is contained in:
@@ -631,4 +631,8 @@ static const double X1_MOUSE_SPEED_DIVISOR = 2.5;
|
|||||||
LiSendScrollEvent(deltaZ);
|
LiSendScrollEvent(deltaZ);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (BOOL)isMultipleTouchEnabled {
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user