mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +00:00
Fix mouse speed too slow on iPad (#532)
* Fix mouse speed too slow on iPad Fixes #491
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
@import GameController;
|
||||
@import AudioToolbox;
|
||||
|
||||
static const double MOUSE_SPEED_DIVISOR = 2.5;
|
||||
static const double MOUSE_SPEED_DIVISOR = 1.25;
|
||||
|
||||
@implementation ControllerSupport {
|
||||
id _controllerConnectObserver;
|
||||
|
||||
Reference in New Issue
Block a user