1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-23 00:53:37 +02:00

made the default text input style be desktopgl

This commit is contained in:
Ellpeck 2020-02-01 20:51:41 +01:00
parent 053724e4f8
commit aa64ebc0ef

View file

@ -36,7 +36,7 @@ namespace MLEM.Ui {
public UiControls(UiSystem system, InputHandler inputHandler = null) {
this.System = system;
this.Input = inputHandler ?? new InputHandler(system.Game);
this.Input = inputHandler ?? new InputHandler(system.Game, textInputStyle: new TextInputStyle.DesktopGl());
this.IsInputOurs = inputHandler == null;
// enable all required gestures