mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-04-06 05:56:33 +02:00
Lower stick mouse offset a bit
This commit is contained in:
parent
eea9ee9599
commit
cb2b27e868
@ -275,7 +275,7 @@ namespace DS4Windows
|
||||
public static int prevmouseaccel = 0;
|
||||
private static double horizontalRemainder = 0.0, verticalRemainder = 0.0;
|
||||
public const int MOUSESPEEDFACTOR = 48;
|
||||
private const double MOUSESTICKOFFSET = 0.59;
|
||||
private const double MOUSESTICKOFFSET = 0.589;
|
||||
|
||||
public static void Commit(int device)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user