mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Only add L3/R3 buttons for the L3/R3-only config, since the analog sticks work for this
This commit is contained in:
parent
d98f484aaf
commit
dcf4dac8dd
@ -255,7 +255,7 @@ public class VirtualControllerConfigurationLoader {
|
||||
getPercent(10, screen.heightPixels)
|
||||
);
|
||||
}
|
||||
|
||||
else {
|
||||
controller.addElement(createDigitalButton(
|
||||
ControllerPacket.LS_CLK_FLAG, 0, 1, "L3", -1, controller, context),
|
||||
getPercent(2, screen.widthPixels),
|
||||
@ -272,6 +272,7 @@ public class VirtualControllerConfigurationLoader {
|
||||
getPercent(BUTTON_HEIGHT, screen.heightPixels)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
NOT IMPLEMENTED YET,
|
||||
|
Loading…
x
Reference in New Issue
Block a user