mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-16 22:01:14 +00:00
Fix margins around analog sticks
This commit is contained in:
+3
-3
@@ -221,14 +221,14 @@ public class VirtualControllerConfigurationLoader {
|
|||||||
controller.addElement(createLeftStick(controller, context),
|
controller.addElement(createLeftStick(controller, context),
|
||||||
getPercent(5, screen.widthPixels),
|
getPercent(5, screen.widthPixels),
|
||||||
getPercent(50, screen.heightPixels),
|
getPercent(50, screen.heightPixels),
|
||||||
getPercent(40, screen.widthPixels),
|
getPercent(50, screen.heightPixels),
|
||||||
getPercent(50, screen.heightPixels)
|
getPercent(50, screen.heightPixels)
|
||||||
);
|
);
|
||||||
|
|
||||||
controller.addElement(createRightStick(controller, context),
|
controller.addElement(createRightStick(controller, context),
|
||||||
getPercent(55, screen.widthPixels),
|
getPercent(65, screen.widthPixels),
|
||||||
|
getPercent(50, screen.heightPixels),
|
||||||
getPercent(50, screen.heightPixels),
|
getPercent(50, screen.heightPixels),
|
||||||
getPercent(40, screen.widthPixels),
|
|
||||||
getPercent(50, screen.heightPixels)
|
getPercent(50, screen.heightPixels)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user