Add touchscreen look handling and tweaks.

This commit is contained in:
LambdAurora
2019-12-15 00:03:20 +01:00
parent d3100ee974
commit 1d7c48cf59
12 changed files with 113 additions and 24 deletions

View File

@@ -62,7 +62,7 @@ public abstract class MinecraftClientMixin
this.skipGameRender = false;
this.currentScreen = screen;
} else if (screen != null) {
mod.controller_input.on_screen_open(((MinecraftClient) (Object) this), this.window.getWidth(), this.window.getHeight());
mod.input.on_screen_open(((MinecraftClient) (Object) this), this.window.getWidth(), this.window.getHeight());
}
}
}