diff --git a/Limelight/Input/RelativeTouchHandler.m b/Limelight/Input/RelativeTouchHandler.m index 7ac4ab8..a07870f 100644 --- a/Limelight/Input/RelativeTouchHandler.m +++ b/Limelight/Input/RelativeTouchHandler.m @@ -98,7 +98,7 @@ static const int REFERENCE_HEIGHT = 720; CGPoint avgLocation = CGPointMake((firstLocation.x + secondLocation.x) / 2, (firstLocation.y + secondLocation.y) / 2); if (touchLocation.y != avgLocation.y) { - LiSendScrollEvent(avgLocation.y - touchLocation.y); + LiSendHighResScrollEvent(avgLocation.y - touchLocation.y); } // If we've moved far enough to confirm this wasn't just human/machine error,