mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-15 21:21:45 +00:00
Adjust X1_MOUSE_SPEED_DIVISOR based on user testing
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#import "KeyboardSupport.h"
|
#import "KeyboardSupport.h"
|
||||||
#import "TextFieldKeyboardDelegate.h"
|
#import "TextFieldKeyboardDelegate.h"
|
||||||
|
|
||||||
static const double X1_MOUSE_SPEED_DIVISOR = 2.0;
|
static const double X1_MOUSE_SPEED_DIVISOR = 2.5;
|
||||||
|
|
||||||
@implementation StreamView {
|
@implementation StreamView {
|
||||||
CGPoint touchLocation, originalLocation;
|
CGPoint touchLocation, originalLocation;
|
||||||
|
|||||||
Reference in New Issue
Block a user