Right mouse button long-press is not an option in AndoridAppSettings.cfg
This commit is contained in:
@@ -498,7 +498,8 @@ class Settings
|
||||
Globals.RelativeMouseMovementSpeed,
|
||||
Globals.RelativeMouseMovementAccel,
|
||||
Globals.ShowMouseCursor ? 1 : 0,
|
||||
Globals.HoverJitterFilter ? 1 : 0);
|
||||
Globals.HoverJitterFilter ? 1 : 0,
|
||||
Globals.RightMouseButtonLongPress ? 1 : 0);
|
||||
}
|
||||
|
||||
static void Apply(MainActivity p)
|
||||
@@ -768,7 +769,7 @@ class Settings
|
||||
int leftClickTimeout, int rightClickTimeout,
|
||||
int relativeMovement, int relativeMovementSpeed,
|
||||
int relativeMovementAccel, int showMouseCursor,
|
||||
int HoverJitterFilter);
|
||||
int HoverJitterFilter, int RightMouseButtonLongPress);
|
||||
private static native void nativeSetJoystickUsed(int firstJoystickUsed, int secondJoystickUsed);
|
||||
private static native void nativeSetAccelerometerUsed();
|
||||
private static native void nativeSetMultitouchUsed();
|
||||
|
||||
Reference in New Issue
Block a user