()
| 94 | }); |
| 95 | Display.init(new Display.DisplayHandler() { |
| 96 | @Override |
| 97 | public boolean isActive() { |
| 98 | return GLFW.glfwGetWindowAttrib(getMinecraft().f.j(), GLFW.GLFW_FOCUSED) == 1; |
| 99 | } |
| 100 | }); |
| 101 | previousCallback = GLFW.glfwSetKeyCallback(getMinecraft().f.j(), this); |
| 102 | updateScaledResolution(); |
nothing calls this directly
no test coverage detected