Fix mouse speed too slow on iPad (#532)

* Fix mouse speed too slow on iPad

Fixes #491
This commit is contained in:
oxkenshin
2023-02-21 06:02:58 +08:00
committed by GitHub
parent 0e40e4795a
commit 2462126963

View File

@@ -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;