mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Further lower stick mouse offset
This commit is contained in:
parent
81d2d1899b
commit
d730369600
@ -275,7 +275,7 @@ namespace DS4Windows
|
|||||||
public static int prevmouseaccel = 0;
|
public static int prevmouseaccel = 0;
|
||||||
private static double horizontalRemainder = 0.0, verticalRemainder = 0.0;
|
private static double horizontalRemainder = 0.0, verticalRemainder = 0.0;
|
||||||
public const int MOUSESPEEDFACTOR = 48;
|
public const int MOUSESPEEDFACTOR = 48;
|
||||||
private const double MOUSESTICKOFFSET = 0.589;
|
private const double MOUSESTICKOFFSET = 0.54;
|
||||||
|
|
||||||
public static void Commit(int device)
|
public static void Commit(int device)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user