mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-25 16:11:49 +01:00
Merge branch 'jay' into vigem-udpserver
This commit is contained in:
commit
a3406b805b
@ -166,7 +166,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;
|
||||||
private const int MOUSESPEEDFACTOR = 48;
|
private const int MOUSESPEEDFACTOR = 48;
|
||||||
private const double MOUSESTICKOFFSET = 0.05;
|
private const double MOUSESTICKOFFSET = 0.049;
|
||||||
|
|
||||||
public static void Commit(int device)
|
public static void Commit(int device)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user