mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 10:31:02 +00:00
Adjust X1_MOUSE_SPEED_DIVISOR based on user testing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user