mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Change property access
This commit is contained in:
parent
54f0f49680
commit
9a4fc0476e
@ -128,14 +128,14 @@ namespace DS4Windows
|
||||
|
||||
// Define here to save some time processing.
|
||||
// It is enough to feel a difference during gameplay.
|
||||
public static int rsOutCurveMode = 0;
|
||||
public static int lsOutCurveMode = 0;
|
||||
private static int rsOutCurveMode = 0;
|
||||
private static int lsOutCurveMode = 0;
|
||||
|
||||
//special macros
|
||||
// Special macros
|
||||
static bool altTabDone = true;
|
||||
static DateTime altTabNow = DateTime.UtcNow, oldAltTabNow = DateTime.UtcNow - TimeSpan.FromSeconds(1);
|
||||
|
||||
//mouse
|
||||
// Mouse
|
||||
public static int mcounter = 34;
|
||||
public static int mouseaccel = 0;
|
||||
public static int prevmouseaccel = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user