MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / isActive

Method isActive

Minecraft-Utils/1.13/src/Variables.java:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

getMinecraftMethod · 0.95

Tested by

no test coverage detected