mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Pass gamepad touch input natively by default
Most devices will have a touchscreen which already provides mouse input and Steam Input is can provide gamepad touchpad mouse control if desired.
This commit is contained in:
@@ -92,7 +92,7 @@ public class PreferenceConfiguration {
|
||||
private static final boolean DEFAULT_ENABLE_AUDIO_FX = false;
|
||||
private static final boolean DEFAULT_REDUCE_REFRESH_RATE = false;
|
||||
private static final boolean DEFAULT_FULL_RANGE = false;
|
||||
private static final boolean DEFAULT_GAMEPAD_TOUCHPAD_AS_MOUSE = true;
|
||||
private static final boolean DEFAULT_GAMEPAD_TOUCHPAD_AS_MOUSE = false;
|
||||
private static final boolean DEFAULT_GAMEPAD_MOTION_SENSORS = true;
|
||||
|
||||
public static final int FRAME_PACING_MIN_LATENCY = 0;
|
||||
|
||||
Reference in New Issue
Block a user