`Keyboard.enableRepeatEvents(boolean)` should not be called at ticks, but instead be set to true on `GuiScreen.initGui()` and `GuiScreen.onGuiClosed()` Anyways `Keyboard.enableRepeatEvent` call is also expensive in general
Keyboard.enableRepeatEvents(boolean)should not be called at ticks,but instead be set to true on
GuiScreen.initGui()andGuiScreen.onGuiClosed()Anyways
Keyboard.enableRepeatEventcall is also expensive in general