mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-25 18:46:58 +01:00
Increased stick mouse offset
This commit is contained in:
parent
42c869affd
commit
37feb22ca8
@ -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.32;
|
private const double MOUSESTICKOFFSET = 0.329;
|
||||||
|
|
||||||
public static void Commit(int device)
|
public static void Commit(int device)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user