NotEnoughUpdates icon indicating copy to clipboard operation
NotEnoughUpdates copied to clipboard

Correct Keyboard.enableRepeatEvents() calls

Open cyoung06 opened this issue 3 years ago • 0 comments

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

cyoung06 avatar Jan 11 '22 14:01 cyoung06