Adjust X1_MOUSE_SPEED_DIVISOR based on user testing

This commit is contained in:
Cameron Gutman
2020-04-11 11:04:00 -07:00
parent e59f0764a2
commit 55b2f39721

View File

@@ -13,7 +13,7 @@
#import "KeyboardSupport.h"
#import "TextFieldKeyboardDelegate.h"
static const double X1_MOUSE_SPEED_DIVISOR = 2.0;
static const double X1_MOUSE_SPEED_DIVISOR = 2.5;
@implementation StreamView {
CGPoint touchLocation, originalLocation;