MidnightControls 1.9.2 - Fix #251

This commit is contained in:
Martin Prokoph
2023-12-31 11:00:14 +01:00
parent 2b143c6bf1
commit 3e665a14fd
4 changed files with 10 additions and 10 deletions

View File

@@ -404,4 +404,7 @@ public class MidnightControlsConfig extends MidnightConfig {
else if (controller.contains("ouya")) return ControllerType.OUYA;
else return ControllerType.DEFAULT;
}
public static boolean doMixedInput() {
return touchInControllerMode && controlsMode == ControlsMode.CONTROLLER;
}
}