mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Raised mouse stick offset
This commit is contained in:
parent
0575a95ec1
commit
d8aab22051
@ -166,7 +166,7 @@ namespace DS4Windows
|
||||
public static int prevmouseaccel = 0;
|
||||
private static double horizontalRemainder = 0.0, verticalRemainder = 0.0;
|
||||
private const int MOUSESPEEDFACTOR = 48;
|
||||
private const double MOUSESTICKOFFSET = 0.032;
|
||||
private const double MOUSESTICKOFFSET = 0.05;
|
||||
|
||||
public static void Commit(int device)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user